#31E0EB

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

Shades of Turquoise #31E0EB

Tints of Turquoise #31E0EB

Color information

#31E0EB (or 0x31E0EB) is unknown color: approx Turquoise. HEX triplet: 31, E0 and EB. RGB value is (49,224,235). Sum of RGB (Red+Green+Blue) = 49+224+235=508 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.65% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #31E0EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31E0EB is #CE1F14. Grayscale: #ACACAC. Windows color (decimal): -13508373 or 15458353. OLE color: 15458353.

HSL color Cylindrical-coordinate representation of color #31E0EB: hue angle of 183.55º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E0EB is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB49224235-
CMYK0.790.0500.08
HSL183.55º82.3%55.69%-
HSV(B)183.55º79.15%92.16%-
XYZ42.9259.9687.91-
YUV172.93163.0239.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 9.65%
GREEN value IS 224 (87.89% from 255) = 44.09%
BLUE value IS 235 (92.19% from 255) = 46.26%
R=9.65%
G=44.09%
B=46.26%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal492242350.790.0500.08183.5582.355.69
Hex31E0EB4F508b85238
Octal61340353117501027012270
Binary1100011110000011101011100111110101000101110001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31E0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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