#31F3EB

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

Shades of Turquoise #31F3EB

Tints of Turquoise #31F3EB

Color information

#31F3EB (or 0x31F3EB) is unknown color: approx Turquoise. HEX triplet: 31, F3 and EB. RGB value is (49,243,235). Sum of RGB (Red+Green+Blue) = 49+243+235=527 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.30% from 527); Green value is 243 (95.31% from 255 or 46.11% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 243 - color contains mainly: green. Hex color #31F3EB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31F3EB is #CE0C14. Grayscale: #B7B7B7. Windows color (decimal): -13503509 or 15463217. OLE color: 15463217.

HSL color Cylindrical-coordinate representation of color #31F3EB: hue angle of 177.53º 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 #31F3EB is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB49243235-
CMYK0.8000.030.05
HSL177.53º88.99%57.25%-
HSV(B)177.53º79.84%95.29%-
XYZ48.3170.7589.71-
YUV184.08156.7331.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 9.30%
GREEN value IS 243 (95.31% from 255) = 46.11%
BLUE value IS 235 (92.19% from 255) = 44.59%
R=9.30%
G=46.11%
B=44.59%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal492432350.8000.030.05177.5388.9957.25
Hex31F3EB50035b25939
Octal6136335312003526213171
Binary11000111110011111010111010000011101101100101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31F3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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