Html Css Color HEX #39CCDB Medium Turquoise

📋 copy color: '#39CCDB'

red 57 ◦ green 204 ◦ blue 219

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

Shades of Medium Turquoise #39CCDB

Tints of Medium Turquoise #39CCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.63%

R = 11.88%
G = 42.5%
B = 45.63%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#39CCDB (or 0x39CCDB) is known color: Medium Turquoise. HEX triplet: 39, CC and DB. RGB value is (57,204,219). Sum of RGB (Red+Green+Blue) = 57+204+219=480 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.88% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #39CCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CCDB is #C63324. Grayscale: #A1A1A1. Windows color (decimal): -12989221 or 14404665. OLE color: 14404665.

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

Color convert

RGB 57 204 219 -
CMYK 0.74 0.07 0 0.14
HSL 185.56º 0.69% 0.54% -
HSV(B) 185.56º 0.74% 0.86% -
XYZ 36.07 49.17 74.61 -
YUV 161.76 160.3 53.28 -
System Red Green Blue C M Y K H S L
Decimal 57 204 219 0.74 0.07 0 0.14 185.56 0.69 0.54
Hex 39 CC DB 4A 7 0 E BA 45 36
Octal 71 314 333 112 7 0 16 272 105 66
Binary 111001 11001100 11011011 1001010 111 0 1110 10111010 1000101 110110

Color Harmonies of #39CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39CCDB

Black with #39CCDB

Text Example


Text Example

White with #39CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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