#31E5CF

Color #31E5CF Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #31E5CF

Tints of Turquoise #31E5CF

Color information

#31E5CF (or 0x31E5CF) is unknown color: approx Turquoise. HEX triplet: 31, E5 and CF. RGB value is (49,229,207). Sum of RGB (Red+Green+Blue) = 49+229+207=485 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.10% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 229 - color contains mainly: green. Hex color #31E5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31E5CF is #CE1A30. Grayscale: #ACACAC. Windows color (decimal): -13507121 or 13624625. OLE color: 13624625.

HSL color Cylindrical-coordinate representation of color #31E5CF: hue angle of 172.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E5CF is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB49229207-
CMYK0.7900.100.10
HSL172.67º77.59%54.51%-
HSV(B)172.67º78.6%89.8%-
XYZ40.5561.268.71-
YUV172.67147.3739.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.10%
GREEN value IS 229 (89.84% from 255) = 47.22%
BLUE value IS 207 (81.25% from 255) = 42.68%
R=10.10%
G=47.22%
B=42.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal492292070.7900.100.10172.6777.5954.51
Hex31E5CF4F0AAad4e37
Octal613453171170121225511667
Binary11000111100101110011111001111010101010101011011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31E5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31E5CF; }

 p { color: rgb(49,229,207); }

 H1.HeaderClassName
 {
   color: #31E5CF;
 }
 .AnyTagClassName
 {
   color: #31E5CF;
 }
</style>
background-color css

<style>
 a { background-color: #31E5CF; }

 a { background-color: rgb(49,229,207); }

 div.DivClassName
 {
   background-color: #31E5CF;
 }
 .BgClassName
 {
   background-color: #31E5CF;
 }
</style>
border-color css

<style>
 span { border-color: #31E5CF; }

 span { border-color: rgb(49,229,207); }

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