#31F4C9

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

Shades of Turquoise #31F4C9

Tints of Turquoise #31F4C9

Color information

#31F4C9 (or 0x31F4C9) is unknown color: approx Turquoise. HEX triplet: 31, F4 and C9. RGB value is (49,244,201). Sum of RGB (Red+Green+Blue) = 49+244+201=494 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.92% from 494); Green value is 244 (95.70% from 255 or 49.39% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 244 - color contains mainly: green. Hex color #31F4C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31F4C9 is #CE0B36. Grayscale: #B4B4B4. Windows color (decimal): -13503287 or 13235249. OLE color: 13235249.

HSL color Cylindrical-coordinate representation of color #31F4C9: hue angle of 166.77º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F4C9 is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB49244201-
CMYK0.8000.180.04
HSL166.77º89.86%57.45%-
HSV(B)166.77º79.92%95.69%-
XYZ44.1669.5766.36-
YUV180.79139.434-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 9.92%
GREEN value IS 244 (95.70% from 255) = 49.39%
BLUE value IS 201 (78.91% from 255) = 40.69%
R=9.92%
G=49.39%
B=40.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal492442010.8000.180.04166.7789.8657.45
Hex31F4C9500124a75a39
Octal61364311120022424713271
Binary11000111110100110010011010000010010100101001111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31F4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,244,201); }

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

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

 a { background-color: rgb(49,244,201); }

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

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

 span { border-color: rgb(49,244,201); }

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