#31D5EA

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

Shades of Turquoise #31D5EA

Tints of Turquoise #31D5EA

Color information

#31D5EA (or 0x31D5EA) is unknown color: approx Turquoise. HEX triplet: 31, D5 and EA. RGB value is (49,213,234). Sum of RGB (Red+Green+Blue) = 49+213+234=496 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.88% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #31D5EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31D5EA is #CE2A15. Grayscale: #A6A6A6. Windows color (decimal): -13511190 or 15390001. OLE color: 15390001.

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

Color convert

RGB49213234-
CMYK0.790.0900.08
HSL186.81º81.5%55.49%-
HSV(B)186.81º79.06%91.76%-
XYZ39.9154.1886.2-
YUV166.36166.1744.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 9.88%
GREEN value IS 213 (83.59% from 255) = 42.94%
BLUE value IS 234 (91.80% from 255) = 47.18%
R=9.88%
G=42.94%
B=47.18%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal492132340.790.0900.08186.8181.555.49
Hex31D5EA4F908bb5137
Octal613253521171101027312167
Binary11000111010101111010101001111100101000101110111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31D5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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