#31D2CE

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

Shades of Turquoise #31D2CE

Tints of Turquoise #31D2CE

Color information

#31D2CE (or 0x31D2CE) is unknown color: approx Turquoise. HEX triplet: 31, D2 and CE. RGB value is (49,210,206). Sum of RGB (Red+Green+Blue) = 49+210+206=465 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.54% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 210 - color contains mainly: green. Hex color #31D2CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D2CE is #CE2D31. Grayscale: #A1A1A1. Windows color (decimal): -13511986 or 13554225. OLE color: 13554225.

HSL color Cylindrical-coordinate representation of color #31D2CE: hue angle of 178.51º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D2CE is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB49210206-
CMYK0.7700.020.18
HSL178.51º64.14%50.78%-
HSV(B)178.51º76.67%82.35%-
XYZ35.4551.266.41-
YUV161.4153.1647.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.54%
GREEN value IS 210 (82.42% from 255) = 45.16%
BLUE value IS 206 (80.86% from 255) = 44.30%
R=10.54%
G=45.16%
B=44.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal492102060.7700.020.18178.5164.1450.78
Hex31D2CE4D0212b34033
Octal61322316115022226310063
Binary1100011101001011001110100110101010010101100111000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31D2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,210,206); }

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

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

 a { background-color: rgb(49,210,206); }

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

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

 span { border-color: rgb(49,210,206); }

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