Html Css Color HEX #39DCBB Turquoise

📋 copy color: '#39DCBB'

red 57 ◦ green 220 ◦ blue 187

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

Shades of Turquoise #39DCBB

Tints of Turquoise #39DCBB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.41%

 BLUE value IS 187 (73.44% from 255) = 40.3%

R = 12.28%
G = 47.41%
B = 40.3%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#39DCBB (or 0x39DCBB) is known color: Turquoise. HEX triplet: 39, DC and BB. RGB value is (57,220,187). Sum of RGB (Red+Green+Blue) = 57+220+187=464 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.28% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #39DCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DCBB is #C62344. Grayscale: #A7A7A7. Windows color (decimal): -12985157 or 12311609. OLE color: 12311609.

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

Color convert

RGB 57 220 187 -
CMYK 0.74 0 0.15 0.14
HSL 167.85º 0.7% 0.54% -
HSV(B) 167.85º 0.74% 0.86% -
XYZ 36.25 55.64 55.84 -
YUV 167.5 139 49.18 -
System Red Green Blue C M Y K H S L
Decimal 57 220 187 0.74 0 0.15 0.14 167.85 0.7 0.54
Hex 39 DC BB 4A 0 F E A8 46 36
Octal 71 334 273 112 0 17 16 250 106 66
Binary 111001 11011100 10111011 1001010 0 1111 1110 10101000 1000110 110110

Color Harmonies of #39DCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39DCBB

Black with #39DCBB

Text Example


Text Example

White with #39DCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,220,187); }

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

background-color css

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

 a { background-color: rgb(57,220,187); }

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

border-color css

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

 span { border-color: rgb(57,220,187); }

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