#31EECE

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

Shades of Turquoise #31EECE

Tints of Turquoise #31EECE

Color information

#31EECE (or 0x31EECE) is unknown color: approx Turquoise. HEX triplet: 31, EE and CE. RGB value is (49,238,206). Sum of RGB (Red+Green+Blue) = 49+238+206=493 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.94% from 493); Green value is 238 (93.36% from 255 or 48.28% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 238 - color contains mainly: green. Hex color #31EECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EECE is #CE1131. Grayscale: #B1B1B1. Windows color (decimal): -13504818 or 13561393. OLE color: 13561393.

HSL color Cylindrical-coordinate representation of color #31EECE: hue angle of 169.84º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EECE is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB49238206-
CMYK0.7900.130.07
HSL169.84º84.75%56.27%-
HSV(B)169.84º79.41%93.33%-
XYZ42.9866.2668.92-
YUV177.84143.8836.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 9.94%
GREEN value IS 238 (93.36% from 255) = 48.28%
BLUE value IS 206 (80.86% from 255) = 41.78%
R=9.94%
G=48.28%
B=41.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal492382060.7900.130.07169.8484.7556.27
Hex31EECE4F0D7aa5538
Octal61356316117015725212570
Binary1100011110111011001110100111101101111101010101010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31EECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,238,206); }

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

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

 a { background-color: rgb(49,238,206); }

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

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

 span { border-color: rgb(49,238,206); }

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