Html Css Color HEX #38CDDD Medium Turquoise

📋 copy color: '#38CDDD'

red 56 ◦ green 205 ◦ blue 221

#38CDDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #38CDDD

Tints of Medium Turquoise #38CDDD

RGB

 RED value IS 56 (22.27% from 255) = 11.62%

 GREEN value IS 205 (80.47% from 255) = 42.53%

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 11.62%
G = 42.53%
B = 45.85%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#38CDDD (or 0x38CDDD) is known color: Medium Turquoise. HEX triplet: 38, CD and DD. RGB value is (56,205,221). Sum of RGB (Red+Green+Blue) = 56+205+221=482 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.62% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #38CDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CDDD is #C73222. Grayscale: #A2A2A2. Windows color (decimal): -13054499 or 14535992. OLE color: 14535992.

HSL color Cylindrical-coordinate representation of color #38CDDD: hue angle of 185.82º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38CDDD is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 205 221 -
CMYK 0.75 0.07 0 0.13
HSL 185.82º 0.71% 0.54% -
HSV(B) 185.82º 0.75% 0.87% -
XYZ 36.51 49.72 76.08 -
YUV 162.27 161.14 52.2 -
System Red Green Blue C M Y K H S L
Decimal 56 205 221 0.75 0.07 0 0.13 185.82 0.71 0.54
Hex 38 CD DD 4B 7 0 D BA 47 36
Octal 70 315 335 113 7 0 15 272 107 66
Binary 111000 11001101 11011101 1001011 111 0 1101 10111010 1000111 110110

Color Harmonies of #38CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CDDD

Black with #38CDDD

Text Example


Text Example

White with #38CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38CDDD; }

 p { color: rgb(56,205,221); }

 H1.HeaderClassName
 {
   color: #38CDDD;
 }
 .AnyTagClassName
 {
   color: #38CDDD;
 }
</style>

background-color css

<style>
 a { background-color: #38CDDD; }

 a { background-color: rgb(56,205,221); }

 div.DivClassName
 {
   background-color: #38CDDD;
 }
 .BgClassName
 {
   background-color: #38CDDD;
 }
</style>

border-color css

<style>
 span { border-color: #38CDDD; }

 span { border-color: rgb(56,205,221); }

 td.TdClassName
 {
   border-color: #38CDDD;
 }
 .TagClassName
 {
   border-color: #38CDDD;
 }
</style>