Html Css Color HEX #39DBBE Turquoise

📋 copy color: '#39DBBE'

red 57 ◦ green 219 ◦ blue 190

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

Shades of Turquoise #39DBBE

Tints of Turquoise #39DBBE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47%

 BLUE value IS 190 (74.61% from 255) = 40.77%

R = 12.23%
G = 47%
B = 40.77%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#39DBBE (or 0x39DBBE) is known color: Turquoise. HEX triplet: 39, DB and BE. RGB value is (57,219,190). Sum of RGB (Red+Green+Blue) = 57+219+190=466 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.23% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #39DBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DBBE is #C62441. Grayscale: #A7A7A7. Windows color (decimal): -12985410 or 12507961. OLE color: 12507961.

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

Color convert

RGB 57 219 190 -
CMYK 0.74 0 0.13 0.14
HSL 169.26º 0.69% 0.54% -
HSV(B) 169.26º 0.74% 0.86% -
XYZ 36.31 55.25 57.47 -
YUV 167.26 140.83 49.36 -
System Red Green Blue C M Y K H S L
Decimal 57 219 190 0.74 0 0.13 0.14 169.26 0.69 0.54
Hex 39 DB BE 4A 0 D E A9 45 36
Octal 71 333 276 112 0 15 16 251 105 66
Binary 111001 11011011 10111110 1001010 0 1101 1110 10101001 1000101 110110

Color Harmonies of #39DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39DBBE

Black with #39DBBE

Text Example


Text Example

White with #39DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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