#31F9F2

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

Shades of Turquoise #31F9F2

Tints of Turquoise #31F9F2

Color information

#31F9F2 (or 0x31F9F2) is unknown color: approx Turquoise. HEX triplet: 31, F9 and F2. RGB value is (49,249,242). Sum of RGB (Red+Green+Blue) = 49+249+242=540 (71% of max value = 765). Red value is 49 (19.53% from 255 or 9.07% from 540); Green value is 249 (97.66% from 255 or 46.11% from 540); Blue value is 242 (94.92% from 255 or 44.81% from 540); Max value from RGB is 249 - color contains mainly: green. Hex color #31F9F2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31F9F2 is #CE060D. Grayscale: #BCBCBC. Windows color (decimal): -13501966 or 15923505. OLE color: 15923505.

HSL color Cylindrical-coordinate representation of color #31F9F2: hue angle of 177.9º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F9F2 is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB49249242-
CMYK0.8000.030.02
HSL177.9º94.34%58.43%-
HSV(B)177.9º80.32%97.65%-
XYZ51.1774.8295.75-
YUV188.4158.2428.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 9.07%
GREEN value IS 249 (97.66% from 255) = 46.11%
BLUE value IS 242 (94.92% from 255) = 44.81%
R=9.07%
G=46.11%
B=44.81%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal492492420.8000.030.02177.994.3458.43
Hex31F9F250032b25e3a
Octal6137136212003226213672
Binary1100011111100111110010101000001110101100101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31F9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,249,242); }

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

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

 a { background-color: rgb(49,249,242); }

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

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

 span { border-color: rgb(49,249,242); }

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