#31DFE9

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

Shades of Turquoise #31DFE9

Tints of Turquoise #31DFE9

Color information

#31DFE9 (or 0x31DFE9) is unknown color: approx Turquoise. HEX triplet: 31, DF and E9. RGB value is (49,223,233). Sum of RGB (Red+Green+Blue) = 49+223+233=505 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.70% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 233 (91.41% from 255 or 46.14% from 505); Max value from RGB is 233 - color contains mainly: blue. Hex color #31DFE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DFE9 is #CE2016. Grayscale: #ABABAB. Windows color (decimal): -13508631 or 15327025. OLE color: 15327025.

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

Color convert

RGB49223233-
CMYK0.790.0400.09
HSL183.26º80.7%55.29%-
HSV(B)183.26º78.97%91.37%-
XYZ42.3659.3186.31-
YUV172.11162.3540.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 9.70%
GREEN value IS 223 (87.5% from 255) = 44.16%
BLUE value IS 233 (91.41% from 255) = 46.14%
R=9.70%
G=44.16%
B=46.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal492232330.790.0400.09183.2680.755.29
Hex31DFE94F409b75137
Octal61337351117401126712167
Binary1100011101111111101001100111110001001101101111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31DFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,223,233); }

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

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

 a { background-color: rgb(49,223,233); }

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

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

 span { border-color: rgb(49,223,233); }

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