#31D1E4

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

Shades of Turquoise #31D1E4

Tints of Turquoise #31D1E4

Color information

#31D1E4 (or 0x31D1E4) is unknown color: approx Turquoise. HEX triplet: 31, D1 and E4. RGB value is (49,209,228). Sum of RGB (Red+Green+Blue) = 49+209+228=486 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.08% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 228 (89.45% from 255 or 46.91% from 486); Max value from RGB is 228 - color contains mainly: blue. Hex color #31D1E4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D1E4 is #CE2E1B. Grayscale: #A3A3A3. Windows color (decimal): -13512220 or 14995761. OLE color: 14995761.

HSL color Cylindrical-coordinate representation of color #31D1E4: hue angle of 186.37º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31D1E4 is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB49209228-
CMYK0.790.0800.11
HSL186.37º76.82%54.31%-
HSV(B)186.37º78.51%89.41%-
XYZ38.0751.8681.4-
YUV163.33164.4946.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.08%
GREEN value IS 209 (82.03% from 255) = 43.00%
BLUE value IS 228 (89.45% from 255) = 46.91%
R=10.08%
G=43.00%
B=46.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal492092280.790.0800.11186.3776.8254.31
Hex31D1E44F80Bba4d36
Octal613213441171001327211566
Binary11000111010001111001001001111100001011101110101001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31D1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,209,228); }

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

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

 a { background-color: rgb(49,209,228); }

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

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

 span { border-color: rgb(49,209,228); }

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