Html Css Color HEX #39C8DB Medium Turquoise

📋 copy color: '#39C8DB'

red 57 ◦ green 200 ◦ blue 219

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

Shades of Medium Turquoise #39C8DB

Tints of Medium Turquoise #39C8DB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.02%

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

R = 11.97%
G = 42.02%
B = 46.01%

CMYK

 C value IS 0.74

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#39C8DB (or 0x39C8DB) is known color: Medium Turquoise. HEX triplet: 39, C8 and DB. RGB value is (57,200,219). Sum of RGB (Red+Green+Blue) = 57+200+219=476 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.97% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #39C8DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39C8DB is #C63724. Grayscale: #9F9F9F. Windows color (decimal): -12990245 or 14403641. OLE color: 14403641.

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

Color convert

RGB 57 200 219 -
CMYK 0.74 0.09 0 0.14
HSL 187.04º 0.69% 0.54% -
HSV(B) 187.04º 0.74% 0.86% -
XYZ 35.13 47.29 74.29 -
YUV 159.41 161.62 54.96 -
System Red Green Blue C M Y K H S L
Decimal 57 200 219 0.74 0.09 0 0.14 187.04 0.69 0.54
Hex 39 C8 DB 4A 9 0 E BB 45 36
Octal 71 310 333 112 11 0 16 273 105 66
Binary 111001 11001000 11011011 1001010 1001 0 1110 10111011 1000101 110110

Color Harmonies of #39C8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39C8DB

Black with #39C8DB

Text Example


Text Example

White with #39C8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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