#31E0CD

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

Shades of Turquoise #31E0CD

Tints of Turquoise #31E0CD

Color information

#31E0CD (or 0x31E0CD) is unknown color: approx Turquoise. HEX triplet: 31, E0 and CD. RGB value is (49,224,205). Sum of RGB (Red+Green+Blue) = 49+224+205=478 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.25% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 224 - color contains mainly: green. Hex color #31E0CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31E0CD is #CE1F32. Grayscale: #A9A9A9. Windows color (decimal): -13508403 or 13492273. OLE color: 13492273.

HSL color Cylindrical-coordinate representation of color #31E0CD: hue angle of 173.49º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31E0CD is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB49224205-
CMYK0.7800.080.12
HSL173.49º73.84%53.53%-
HSV(B)173.49º78.12%87.84%-
XYZ38.9458.3766.97-
YUV169.51148.0242.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.25%
GREEN value IS 224 (87.89% from 255) = 46.86%
BLUE value IS 205 (80.47% from 255) = 42.89%
R=10.25%
G=46.86%
B=42.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal492242050.7800.080.12173.4973.8453.53
Hex31E0CD4E08Cad4a36
Octal613403151160101425511266
Binary11000111100000110011011001110010001100101011011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31E0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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