#31F3DE

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

Shades of Turquoise #31F3DE

Tints of Turquoise #31F3DE

Color information

#31F3DE (or 0x31F3DE) is unknown color: approx Turquoise. HEX triplet: 31, F3 and DE. RGB value is (49,243,222). Sum of RGB (Red+Green+Blue) = 49+243+222=514 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.53% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 243 - color contains mainly: green. Hex color #31F3DE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31F3DE is #CE0C21. Grayscale: #B6B6B6. Windows color (decimal): -13503522 or 14611249. OLE color: 14611249.

HSL color Cylindrical-coordinate representation of color #31F3DE: hue angle of 173.51º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F3DE is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB49243222-
CMYK0.8000.090.05
HSL173.51º88.99%57.25%-
HSV(B)173.51º79.84%95.29%-
XYZ46.570.0380.17-
YUV182.6150.2332.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 9.53%
GREEN value IS 243 (95.31% from 255) = 47.28%
BLUE value IS 222 (87.11% from 255) = 43.19%
R=9.53%
G=47.28%
B=43.19%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal492432220.8000.090.05173.5188.9957.25
Hex31F3DE50095ae5939
Octal61363336120011525613171
Binary1100011111001111011110101000001001101101011101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31F3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,243,222); }

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

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

 a { background-color: rgb(49,243,222); }

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

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

 span { border-color: rgb(49,243,222); }

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