#1FFEC1

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

Shades of Bright Turquoise #1FFEC1

Tints of Bright Turquoise #1FFEC1

Color information

#1FFEC1 (or 0x1FFEC1) is unknown color: approx Bright Turquoise. HEX triplet: 1F, FE and C1. RGB value is (31,254,193). Sum of RGB (Red+Green+Blue) = 31+254+193=478 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.49% from 478); Green value is 254 (99.61% from 255 or 53.14% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 254 - color contains mainly: green. Hex color #1FFEC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFEC1 is #E0013E. Grayscale: #B4B4B4. Windows color (decimal): -14680383 or 12713503. OLE color: 12713503.

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

Color convert

RGB31254193-
CMYK0.8800.240.00
HSL163.59º99.11%55.88%-
HSV(B)163.59º87.8%99.61%-
XYZ45.6375.0362.53-
YUV180.37135.1221.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.49%
GREEN value IS 254 (99.61% from 255) = 53.14%
BLUE value IS 193 (75.78% from 255) = 40.38%
R=6.49%
G=53.14%
B=40.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal312541930.8800.240.00163.5999.1155.88
Hex1FFEC1580180a46338
Octal37376301130030024414370
Binary11111111111101100000110110000110000101001001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FFEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,254,193); }

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

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

 a { background-color: rgb(31,254,193); }

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

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

 span { border-color: rgb(31,254,193); }

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