#31ECBC

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

Shades of Turquoise #31ECBC

Tints of Turquoise #31ECBC

Color information

#31ECBC (or 0x31ECBC) is unknown color: approx Turquoise. HEX triplet: 31, EC and BC. RGB value is (49,236,188). Sum of RGB (Red+Green+Blue) = 49+236+188=473 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.36% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #31ECBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31ECBC is #CE1343. Grayscale: #AEAEAE. Windows color (decimal): -13505348 or 12381233. OLE color: 12381233.

HSL color Cylindrical-coordinate representation of color #31ECBC: hue angle of 164.6º degrees, saturation: 0.83, 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 #31ECBC is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB49236188-
CMYK0.7900.200.07
HSL164.6º83.11%55.88%-
HSV(B)164.6º79.24%92.55%-
XYZ40.3464.2757.86-
YUV174.62135.5538.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.36%
GREEN value IS 236 (92.58% from 255) = 49.89%
BLUE value IS 188 (73.83% from 255) = 39.75%
R=10.36%
G=49.89%
B=39.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal492361880.7900.200.07164.683.1155.88
Hex31ECBC4F0147a55338
Octal61354274117024724512370
Binary11000111101100101111001001111010100111101001011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31ECBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,236,188); }

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

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

 a { background-color: rgb(49,236,188); }

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

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

 span { border-color: rgb(49,236,188); }

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