#31E6DF

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

Shades of Turquoise #31E6DF

Tints of Turquoise #31E6DF

Color information

#31E6DF (or 0x31E6DF) is unknown color: approx Turquoise. HEX triplet: 31, E6 and DF. RGB value is (49,230,223). Sum of RGB (Red+Green+Blue) = 49+230+223=502 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.76% from 502); Green value is 230 (90.23% from 255 or 45.82% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 230 - color contains mainly: green. Hex color #31E6DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31E6DF is #CE1920. Grayscale: #AEAEAE. Windows color (decimal): -13506849 or 14673457. OLE color: 14673457.

HSL color Cylindrical-coordinate representation of color #31E6DF: hue angle of 177.68º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E6DF is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB49230223-
CMYK0.7900.030.10
HSL177.68º78.35%54.71%-
HSV(B)177.68º78.7%90.2%-
XYZ42.8862.5779.63-
YUV175.08155.0338.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 9.76%
GREEN value IS 230 (90.23% from 255) = 45.82%
BLUE value IS 223 (87.5% from 255) = 44.42%
R=9.76%
G=45.82%
B=44.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal492302230.7900.030.10177.6878.3554.71
Hex31E6DF4F03Ab24e37
Octal61346337117031226211667
Binary110001111001101101111110011110111010101100101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31E6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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