#1FE1C3

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

Shades of Turquoise #1FE1C3

Tints of Turquoise #1FE1C3

Color information

#1FE1C3 (or 0x1FE1C3) is unknown color: approx Turquoise. HEX triplet: 1F, E1 and C3. RGB value is (31,225,195). Sum of RGB (Red+Green+Blue) = 31+225+195=451 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.87% from 451); Green value is 225 (88.28% from 255 or 49.89% from 451); Blue value is 195 (76.56% from 255 or 43.24% from 451); Max value from RGB is 225 - color contains mainly: green. Hex color #1FE1C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FE1C3 is #E01E3C. Grayscale: #A3A3A3. Windows color (decimal): -14687805 or 12837151. OLE color: 12837151.

HSL color Cylindrical-coordinate representation of color #1FE1C3: hue angle of 170.72º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE1C3 is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB31225195-
CMYK0.8600.130.12
HSL170.72º76.38%50.2%-
HSV(B)170.72º86.22%88.24%-
XYZ37.3458.0860.87-
YUV163.57145.7333.44-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.87%
GREEN value IS 225 (88.28% from 255) = 49.89%
BLUE value IS 195 (76.56% from 255) = 43.24%
R=6.87%
G=49.89%
B=43.24%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal312251950.8600.130.12170.7276.3850.2
Hex1FE1C3560DCab4c32
Octal373413031260151425311462
Binary1111111100001110000111010110011011100101010111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FE1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,225,195); }

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

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

 a { background-color: rgb(31,225,195); }

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

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

 span { border-color: rgb(31,225,195); }

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