#31E0CC

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

Shades of Turquoise #31E0CC

Tints of Turquoise #31E0CC

Color information

#31E0CC (or 0x31E0CC) is unknown color: approx Turquoise. HEX triplet: 31, E0 and CC. RGB value is (49,224,204). Sum of RGB (Red+Green+Blue) = 49+224+204=477 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.27% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #31E0CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31E0CC is #CE1F33. Grayscale: #A9A9A9. Windows color (decimal): -13508404 or 13426737. OLE color: 13426737.

HSL color Cylindrical-coordinate representation of color #31E0CC: hue angle of 173.14º 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 #31E0CC is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB49224204-
CMYK0.7800.090.12
HSL173.14º73.84%53.53%-
HSV(B)173.14º78.12%87.84%-
XYZ38.8258.3266.34-
YUV169.4147.5242.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.27%
GREEN value IS 224 (87.89% from 255) = 46.96%
BLUE value IS 204 (80.08% from 255) = 42.77%
R=10.27%
G=46.96%
B=42.77%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal492242040.7800.090.12173.1473.8453.53
Hex31E0CC4E09Cad4a36
Octal613403141160111425511266
Binary11000111100000110011001001110010011100101011011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31E0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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