Html Css Color HEX #39ECC5 Turquoise

📋 copy color: '#39ECC5'

red 57 ◦ green 236 ◦ blue 197

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

Shades of Turquoise #39ECC5

Tints of Turquoise #39ECC5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.16%

 BLUE value IS 197 (77.34% from 255) = 40.2%

R = 11.63%
G = 48.16%
B = 40.2%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#39ECC5 (or 0x39ECC5) is known color: Turquoise. HEX triplet: 39, EC and C5. RGB value is (57,236,197). Sum of RGB (Red+Green+Blue) = 57+236+197=490 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.63% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 197 (77.34% from 255 or 40.20% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #39ECC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39ECC5 is #C6133A. Grayscale: #B2B2B2. Windows color (decimal): -12981051 or 12971065. OLE color: 12971065.

HSL color Cylindrical-coordinate representation of color #39ECC5: hue angle of 166.93º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39ECC5 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 57 236 197 -
CMYK 0.76 0 0.17 0.07
HSL 166.93º 0.82% 0.57% -
HSV(B) 166.93º 0.76% 0.93% -
XYZ 41.76 64.89 63.15 -
YUV 178.03 138.7 41.67 -
System Red Green Blue C M Y K H S L
Decimal 57 236 197 0.76 0 0.17 0.07 166.93 0.82 0.57
Hex 39 EC C5 4C 0 11 7 A7 52 39
Octal 71 354 305 114 0 21 7 247 122 71
Binary 111001 11101100 11000101 1001100 0 10001 111 10100111 1010010 111001

Color Harmonies of #39ECC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39ECC5

Black with #39ECC5

Text Example


Text Example

White with #39ECC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,236,197); }

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

background-color css

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

 a { background-color: rgb(57,236,197); }

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

border-color css

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

 span { border-color: rgb(57,236,197); }

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