#31D8EB

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

Shades of Turquoise #31D8EB

Tints of Turquoise #31D8EB

Color information

#31D8EB (or 0x31D8EB) is unknown color: approx Turquoise. HEX triplet: 31, D8 and EB. RGB value is (49,216,235). Sum of RGB (Red+Green+Blue) = 49+216+235=500 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.8% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #31D8EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31D8EB is #CE2714. Grayscale: #A7A7A7. Windows color (decimal): -13510421 or 15456305. OLE color: 15456305.

HSL color Cylindrical-coordinate representation of color #31D8EB: hue angle of 186.13º 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 #31D8EB is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB49216235-
CMYK0.790.0800.08
HSL186.13º82.3%55.69%-
HSV(B)186.13º79.15%92.16%-
XYZ40.8255.7687.21-
YUV168.23165.6742.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 9.8%
GREEN value IS 216 (84.77% from 255) = 43.2%
BLUE value IS 235 (92.19% from 255) = 47%
R=9.8%
G=43.2%
B=47%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal492162350.790.0800.08186.1382.355.69
Hex31D8EB4F808ba5238
Octal613303531171001027212270
Binary11000111011000111010111001111100001000101110101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31D8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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