#1FFFEC

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

Shades of Bright Turquoise #1FFFEC

Tints of Bright Turquoise #1FFFEC

Color information

#1FFFEC (or 0x1FFFEC) is unknown color: approx Bright Turquoise. HEX triplet: 1F, FF and EC. RGB value is (31,255,236). Sum of RGB (Red+Green+Blue) = 31+255+236=522 (69% of max value = 765). Red value is 31 (12.5% from 255 or 5.94% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #1FFFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FFFEC is #E00013. Grayscale: #B9B9B9. Windows color (decimal): -14680084 or 15531807. OLE color: 15531807.

HSL color Cylindrical-coordinate representation of color #1FFFEC: hue angle of 174.91º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFFEC is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB31255236-
CMYK0.8800.070
HSL174.91º100%56.08%-
HSV(B)174.91º87.84%100%-
XYZ51.4777.8791.67-
YUV185.86156.2917.54-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 5.94%
GREEN value IS 255 (100% from 255) = 48.85%
BLUE value IS 236 (92.58% from 255) = 45.21%
R=5.94%
G=48.85%
B=45.21%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal312552360.8800.070174.9110056.08
Hex1FFFEC58070af6438
Octal3737735413007025714470
Binary111111111111111101100101100001110101011111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FFFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1FFFEC; }

 p { color: rgb(31,255,236); }

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

<style>
 a { background-color: #1FFFEC; }

 a { background-color: rgb(31,255,236); }

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

<style>
 span { border-color: #1FFFEC; }

 span { border-color: rgb(31,255,236); }

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