#1FF1E0

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

Shades of Bright Turquoise #1FF1E0

Tints of Bright Turquoise #1FF1E0

Color information

#1FF1E0 (or 0x1FF1E0) is unknown color: approx Bright Turquoise. HEX triplet: 1F, F1 and E0. RGB value is (31,241,224). Sum of RGB (Red+Green+Blue) = 31+241+224=496 (65% of max value = 765). Red value is 31 (12.5% from 255 or 6.25% from 496); Green value is 241 (94.53% from 255 or 48.59% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 241 - color contains mainly: green. Hex color #1FF1E0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FF1E0 is #E00E1F. Grayscale: #B0B0B0. Windows color (decimal): -14683680 or 14741791. OLE color: 14741791.

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

Color convert

RGB31241224-
CMYK0.8700.070.05
HSL175.14º88.24%53.33%-
HSV(B)175.14º87.14%94.51%-
XYZ45.4768.5881.36-
YUV176.27154.9324.38-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.25%
GREEN value IS 241 (94.53% from 255) = 48.59%
BLUE value IS 224 (87.89% from 255) = 45.16%
R=6.25%
G=48.59%
B=45.16%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal312412240.8700.070.05175.1488.2453.33
Hex1FF1E057075af5835
Octal3736134012707525713065
Binary11111111100011110000010101110111101101011111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FF1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,241,224); }

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

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

 a { background-color: rgb(31,241,224); }

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

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

 span { border-color: rgb(31,241,224); }

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