Html Css Color HEX #39CEDB Medium Turquoise

📋 copy color: '#39CEDB'

red 57 ◦ green 206 ◦ blue 219

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

Shades of Medium Turquoise #39CEDB

Tints of Medium Turquoise #39CEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.74%

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

R = 11.83%
G = 42.74%
B = 45.44%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#39CEDB (or 0x39CEDB) is known color: Medium Turquoise. HEX triplet: 39, CE and DB. RGB value is (57,206,219). Sum of RGB (Red+Green+Blue) = 57+206+219=482 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.83% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #39CEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CEDB is #C63124. Grayscale: #A2A2A2. Windows color (decimal): -12988709 or 14405177. OLE color: 14405177.

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

Color convert

RGB 57 206 219 -
CMYK 0.74 0.06 0 0.14
HSL 184.81º 0.69% 0.54% -
HSV(B) 184.81º 0.74% 0.86% -
XYZ 36.54 50.13 74.77 -
YUV 162.93 159.64 52.44 -
System Red Green Blue C M Y K H S L
Decimal 57 206 219 0.74 0.06 0 0.14 184.81 0.69 0.54
Hex 39 CE DB 4A 6 0 E B9 45 36
Octal 71 316 333 112 6 0 16 271 105 66
Binary 111001 11001110 11011011 1001010 110 0 1110 10111001 1000101 110110

Color Harmonies of #39CEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39CEDB

Black with #39CEDB

Text Example


Text Example

White with #39CEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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