#31EBDE

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

Shades of Turquoise #31EBDE

Tints of Turquoise #31EBDE

Color information

#31EBDE (or 0x31EBDE) is unknown color: approx Turquoise. HEX triplet: 31, EB and DE. RGB value is (49,235,222). Sum of RGB (Red+Green+Blue) = 49+235+222=506 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.68% from 506); Green value is 235 (92.19% from 255 or 46.44% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 235 - color contains mainly: green. Hex color #31EBDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EBDE is #CE1421. Grayscale: #B1B1B1. Windows color (decimal): -13505570 or 14609201. OLE color: 14609201.

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

Color convert

RGB49235222-
CMYK0.7900.060.08
HSL175.81º82.3%55.69%-
HSV(B)175.81º79.15%92.16%-
XYZ44.1665.3479.39-
YUV177.9152.8836.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 9.68%
GREEN value IS 235 (92.19% from 255) = 46.44%
BLUE value IS 222 (87.11% from 255) = 43.87%
R=9.68%
G=46.44%
B=43.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal492352220.7900.060.08175.8182.355.69
Hex31EBDE4F068b05238
Octal61353336117061026012270
Binary1100011110101111011110100111101101000101100001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31EBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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