Html Css Color HEX #39D6B7 Turquoise

📋 copy color: '#39D6B7'

red 57 ◦ green 214 ◦ blue 183

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

Shades of Turquoise #39D6B7

Tints of Turquoise #39D6B7

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.14%

 BLUE value IS 183 (71.88% from 255) = 40.31%

R = 12.56%
G = 47.14%
B = 40.31%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#39D6B7 (or 0x39D6B7) is known color: Turquoise. HEX triplet: 39, D6 and B7. RGB value is (57,214,183). Sum of RGB (Red+Green+Blue) = 57+214+183=454 (60% of max value = 765). Red value is 57 (22.66% from 255 or 12.56% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 183 (71.88% from 255 or 40.31% from 454); Max value from RGB is 214 - color contains mainly: green. Hex color #39D6B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D6B7 is #C62948. Grayscale: #A3A3A3. Windows color (decimal): -12986697 or 12047929. OLE color: 12047929.

HSL color Cylindrical-coordinate representation of color #39D6B7: hue angle of 168.15º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D6B7 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 57 214 183 -
CMYK 0.73 0 0.14 0.16
HSL 168.15º 0.66% 0.53% -
HSV(B) 168.15º 0.73% 0.84% -
XYZ 34.28 52.38 53.1 -
YUV 163.52 138.99 52.02 -
System Red Green Blue C M Y K H S L
Decimal 57 214 183 0.73 0 0.14 0.16 168.15 0.66 0.53
Hex 39 D6 B7 49 0 E 10 A8 42 35
Octal 71 326 267 111 0 16 20 250 102 65
Binary 111001 11010110 10110111 1001001 0 1110 10000 10101000 1000010 110101

Color Harmonies of #39D6B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39D6B7

Black with #39D6B7

Text Example


Text Example

White with #39D6B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,214,183); }

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

background-color css

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

 a { background-color: rgb(57,214,183); }

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

border-color css

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

 span { border-color: rgb(57,214,183); }

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