#31EBCF

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

Shades of Turquoise #31EBCF

Tints of Turquoise #31EBCF

Color information

#31EBCF (or 0x31EBCF) is unknown color: approx Turquoise. HEX triplet: 31, EB and CF. RGB value is (49,235,207). Sum of RGB (Red+Green+Blue) = 49+235+207=491 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.98% from 491); Green value is 235 (92.19% from 255 or 47.86% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 235 - color contains mainly: green. Hex color #31EBCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EBCF is #CE1430. Grayscale: #B0B0B0. Windows color (decimal): -13505585 or 13626161. OLE color: 13626161.

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

Color convert

RGB49235207-
CMYK0.7900.120.08
HSL170.97º82.3%55.69%-
HSV(B)170.97º79.15%92.16%-
XYZ42.2464.5769.27-
YUV176.19145.3837.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 9.98%
GREEN value IS 235 (92.19% from 255) = 47.86%
BLUE value IS 207 (81.25% from 255) = 42.16%
R=9.98%
G=47.86%
B=42.16%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal492352070.7900.120.08170.9782.355.69
Hex31EBCF4F0C8ab5238
Octal613533171170141025312270
Binary11000111101011110011111001111011001000101010111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31EBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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