Html Css Color HEX #39D1DB Medium Turquoise

📋 copy color: '#39D1DB'

red 57 ◦ green 209 ◦ blue 219

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

Shades of Medium Turquoise #39D1DB

Tints of Medium Turquoise #39D1DB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.09%

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

R = 11.75%
G = 43.09%
B = 45.15%

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

#39D1DB (or 0x39D1DB) is known color: Medium Turquoise. HEX triplet: 39, D1 and DB. RGB value is (57,209,219). Sum of RGB (Red+Green+Blue) = 57+209+219=485 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.75% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #39D1DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D1DB is #C62E24. Grayscale: #A4A4A4. Windows color (decimal): -12987941 or 14405945. OLE color: 14405945.

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

Color convert

RGB 57 209 219 -
CMYK 0.74 0.05 0 0.14
HSL 183.7º 0.69% 0.54% -
HSV(B) 183.7º 0.74% 0.86% -
XYZ 37.27 51.59 75.01 -
YUV 164.69 158.64 51.19 -
System Red Green Blue C M Y K H S L
Decimal 57 209 219 0.74 0.05 0 0.14 183.7 0.69 0.54
Hex 39 D1 DB 4A 5 0 E B8 45 36
Octal 71 321 333 112 5 0 16 270 105 66
Binary 111001 11010001 11011011 1001010 101 0 1110 10111000 1000101 110110

Color Harmonies of #39D1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39D1DB

Black with #39D1DB

Text Example


Text Example

White with #39D1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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