Html Css Color HEX #39CBDA Medium Turquoise

📋 copy color: '#39CBDA'

red 57 ◦ green 203 ◦ blue 218

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

Shades of Medium Turquoise #39CBDA

Tints of Medium Turquoise #39CBDA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.47%

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

R = 11.92%
G = 42.47%
B = 45.61%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#39CBDA (or 0x39CBDA) is known color: Medium Turquoise. HEX triplet: 39, CB and DA. RGB value is (57,203,218). Sum of RGB (Red+Green+Blue) = 57+203+218=478 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.92% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #39CBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CBDA is #C63425. Grayscale: #A0A0A0. Windows color (decimal): -12989478 or 14338873. OLE color: 14338873.

HSL color Cylindrical-coordinate representation of color #39CBDA: hue angle of 185.59º 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 #39CBDA is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 57 203 218 -
CMYK 0.74 0.07 0 0.15
HSL 185.59º 0.69% 0.54% -
HSV(B) 185.59º 0.74% 0.85% -
XYZ 35.7 48.64 73.84 -
YUV 161.06 160.13 53.78 -
System Red Green Blue C M Y K H S L
Decimal 57 203 218 0.74 0.07 0 0.15 185.59 0.69 0.54
Hex 39 CB DA 4A 7 0 F BA 45 36
Octal 71 313 332 112 7 0 17 272 105 66
Binary 111001 11001011 11011010 1001010 111 0 1111 10111010 1000101 110110

Color Harmonies of #39CBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39CBDA

Black with #39CBDA

Text Example


Text Example

White with #39CBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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