#31E8E0

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

Shades of Turquoise #31E8E0

Tints of Turquoise #31E8E0

Color information

#31E8E0 (or 0x31E8E0) is unknown color: approx Turquoise. HEX triplet: 31, E8 and E0. RGB value is (49,232,224). Sum of RGB (Red+Green+Blue) = 49+232+224=505 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.70% from 505); Green value is 232 (91.02% from 255 or 45.94% from 505); Blue value is 224 (87.89% from 255 or 44.36% from 505); Max value from RGB is 232 - color contains mainly: green. Hex color #31E8E0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31E8E0 is #CE171F. Grayscale: #B0B0B0. Windows color (decimal): -13506336 or 14739505. OLE color: 14739505.

HSL color Cylindrical-coordinate representation of color #31E8E0: hue angle of 177.38º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E8E0 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB49232224-
CMYK0.7900.030.09
HSL177.38º79.91%55.1%-
HSV(B)177.38º78.88%90.98%-
XYZ43.5863.7580.53-
YUV176.37154.8737.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 9.70%
GREEN value IS 232 (91.02% from 255) = 45.94%
BLUE value IS 224 (87.89% from 255) = 44.36%
R=9.70%
G=45.94%
B=44.36%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal492322240.7900.030.09177.3879.9155.1
Hex31E8E04F039b15037
Octal61350340117031126112067
Binary110001111010001110000010011110111001101100011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31E8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,232,224); }

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

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

 a { background-color: rgb(49,232,224); }

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

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

 span { border-color: rgb(49,232,224); }

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