#1FE3C1

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

Shades of Turquoise #1FE3C1

Tints of Turquoise #1FE3C1

Color information

#1FE3C1 (or 0x1FE3C1) is unknown color: approx Turquoise. HEX triplet: 1F, E3 and C1. RGB value is (31,227,193). Sum of RGB (Red+Green+Blue) = 31+227+193=451 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.87% from 451); Green value is 227 (89.06% from 255 or 50.33% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 227 - color contains mainly: green. Hex color #1FE3C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FE3C1 is #E01C3E. Grayscale: #A4A4A4. Windows color (decimal): -14687295 or 12706591. OLE color: 12706591.

HSL color Cylindrical-coordinate representation of color #1FE3C1: hue angle of 169.59º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE3C1 is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB31227193-
CMYK0.8600.150.11
HSL169.59º77.78%50.59%-
HSV(B)169.59º86.34%89.02%-
XYZ37.6659.0859.87-
YUV164.52144.0732.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.87%
GREEN value IS 227 (89.06% from 255) = 50.33%
BLUE value IS 193 (75.78% from 255) = 42.79%
R=6.87%
G=50.33%
B=42.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal312271930.8600.150.11169.5977.7850.59
Hex1FE3C1560FBaa4e33
Octal373433011260171325211663
Binary1111111100011110000011010110011111011101010101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FE3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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