Html Css Color HEX #39D0DB Medium Turquoise

📋 copy color: '#39D0DB'

red 57 ◦ green 208 ◦ blue 219

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

Shades of Medium Turquoise #39D0DB

Tints of Medium Turquoise #39D0DB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.98%

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

R = 11.78%
G = 42.98%
B = 45.25%

CMYK

 C value IS 0.74

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#39D0DB (or 0x39D0DB) is known color: Medium Turquoise. HEX triplet: 39, D0 and DB. RGB value is (57,208,219). Sum of RGB (Red+Green+Blue) = 57+208+219=484 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.78% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #39D0DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D0DB is #C62F24. Grayscale: #A3A3A3. Windows color (decimal): -12988197 or 14405689. OLE color: 14405689.

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

Color convert

RGB 57 208 219 -
CMYK 0.74 0.05 0 0.14
HSL 184.07º 0.69% 0.54% -
HSV(B) 184.07º 0.74% 0.86% -
XYZ 37.03 51.1 74.93 -
YUV 164.11 158.97 51.61 -
System Red Green Blue C M Y K H S L
Decimal 57 208 219 0.74 0.05 0 0.14 184.07 0.69 0.54
Hex 39 D0 DB 4A 5 0 E B8 45 36
Octal 71 320 333 112 5 0 16 270 105 66
Binary 111001 11010000 11011011 1001010 101 0 1110 10111000 1000101 110110

Color Harmonies of #39D0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39D0DB

Black with #39D0DB

Text Example


Text Example

White with #39D0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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