#1fe5c3

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

Shades of Turquoise #1FE5C3

Tints of Turquoise #1FE5C3

Color information

#1FE5C3 (or 0x1FE5C3) is unknown color: approx Turquoise. HEX triplet: 1F, E5 and C3. RGB value is (31,229,195). Sum of RGB (Red+Green+Blue) = 31+229+195=455 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.81% from 455); Green value is 229 (89.84% from 255 or 50.33% from 455); Blue value is 195 (76.56% from 255 or 42.86% from 455); Max value from RGB is 229 - color contains mainly: green. Hex color #1FE5C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FE5C3 is #E01A3C. Grayscale: #A5A5A5. Windows color (decimal): -14686781 or 12838175. OLE color: 12838175.

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

Color convert

RGB31229195-
CMYK0.8600.150.10
HSL169.7º79.2%50.98%-
HSV(B)169.7º86.46%89.8%-
XYZ38.4360.2761.24-
YUV165.92144.431.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.81%
GREEN value IS 229 (89.84% from 255) = 50.33%
BLUE value IS 195 (76.56% from 255) = 42.86%
R=6.81%
G=50.33%
B=42.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal312291950.8600.150.10169.779.250.98
Hex1FE5C3560FAaa4f33
Octal373453031260171225211763
Binary1111111100101110000111010110011111010101010101001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fe5c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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