Html Css Color HEX #39CCDA Medium Turquoise

📋 copy color: '#39CCDA'

red 57 ◦ green 204 ◦ blue 218

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

Shades of Medium Turquoise #39CCDA

Tints of Medium Turquoise #39CCDA

RGB

 RED value IS 57 (22.66% from 255) = 11.9%

 GREEN value IS 204 (80.08% from 255) = 42.59%

 BLUE value IS 218 (85.55% from 255) = 45.51%

R = 11.9%
G = 42.59%
B = 45.51%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#39CCDA (or 0x39CCDA) is known color: Medium Turquoise. HEX triplet: 39, CC and DA. RGB value is (57,204,218). Sum of RGB (Red+Green+Blue) = 57+204+218=479 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.90% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #39CCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CCDA is #C63325. Grayscale: #A1A1A1. Windows color (decimal): -12989222 or 14339129. OLE color: 14339129.

HSL color Cylindrical-coordinate representation of color #39CCDA: hue angle of 185.22º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39CCDA is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 57 204 218 -
CMYK 0.74 0.06 0 0.15
HSL 185.22º 0.69% 0.54% -
HSV(B) 185.22º 0.74% 0.85% -
XYZ 35.94 49.12 73.92 -
YUV 161.64 159.8 53.36 -
System Red Green Blue C M Y K H S L
Decimal 57 204 218 0.74 0.06 0 0.15 185.22 0.69 0.54
Hex 39 CC DA 4A 6 0 F B9 45 36
Octal 71 314 332 112 6 0 17 271 105 66
Binary 111001 11001100 11011010 1001010 110 0 1111 10111001 1000101 110110

Color Harmonies of #39CCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39CCDA

Black with #39CCDA

Text Example


Text Example

White with #39CCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39CCDA; }

 p { color: rgb(57,204,218); }

 H1.HeaderClassName
 {
   color: #39CCDA;
 }
 .AnyTagClassName
 {
   color: #39CCDA;
 }
</style>

background-color css

<style>
 a { background-color: #39CCDA; }

 a { background-color: rgb(57,204,218); }

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

border-color css

<style>
 span { border-color: #39CCDA; }

 span { border-color: rgb(57,204,218); }

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