#31DEEB

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

Shades of Turquoise #31DEEB

Tints of Turquoise #31DEEB

Color information

#31DEEB (or 0x31DEEB) is unknown color: approx Turquoise. HEX triplet: 31, DE and EB. RGB value is (49,222,235). Sum of RGB (Red+Green+Blue) = 49+222+235=506 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.68% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #31DEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DEEB is #CE2114. Grayscale: #ABABAB. Windows color (decimal): -13508885 or 15457841. OLE color: 15457841.

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

Color convert

RGB49222235-
CMYK0.790.0600.08
HSL184.19º82.3%55.69%-
HSV(B)184.19º79.15%92.16%-
XYZ42.3858.8987.73-
YUV171.76163.6940.44-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal492222350.790.0600.08184.1982.355.69
Hex31DEEB4F608b85238
Octal61336353117601027012270
Binary1100011101111011101011100111111001000101110001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31DEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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