#31EAF5

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

Shades of Turquoise #31EAF5

Tints of Turquoise #31EAF5

Color information

#31EAF5 (or 0x31EAF5) is unknown color: approx Turquoise. HEX triplet: 31, EA and F5. RGB value is (49,234,245). Sum of RGB (Red+Green+Blue) = 49+234+245=528 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.28% from 528); Green value is 234 (91.80% from 255 or 44.32% from 528); Blue value is 245 (96.09% from 255 or 46.40% from 528); Max value from RGB is 245 - color contains mainly: blue. Hex color #31EAF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31EAF5 is #CE150A. Grayscale: #B3B3B3. Windows color (decimal): -13505803 or 16116273. OLE color: 16116273.

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

Color convert

RGB49234245-
CMYK0.80.0400.04
HSL183.37º90.74%57.65%-
HSV(B)183.37º80%96.08%-
XYZ47.1766.0996.66-
YUV179.94164.7134.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 9.28%
GREEN value IS 234 (91.80% from 255) = 44.32%
BLUE value IS 245 (96.09% from 255) = 46.40%
R=9.28%
G=44.32%
B=46.40%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal492342450.80.0400.04183.3790.7457.65
Hex31EAF550404b75b3a
Octal6135236512040426713372
Binary110001111010101111010110100001000100101101111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31EAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,234,245); }

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

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

 a { background-color: rgb(49,234,245); }

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

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

 span { border-color: rgb(49,234,245); }

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