#1FEFD9

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

Shades of Bright Turquoise #1FEFD9

Tints of Bright Turquoise #1FEFD9

Color information

#1FEFD9 (or 0x1FEFD9) is unknown color: approx Bright Turquoise. HEX triplet: 1F, EF and D9. RGB value is (31,239,217). Sum of RGB (Red+Green+Blue) = 31+239+217=487 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.37% from 487); Green value is 239 (93.75% from 255 or 49.08% from 487); Blue value is 217 (85.16% from 255 or 44.56% from 487); Max value from RGB is 239 - color contains mainly: green. Hex color #1FEFD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEFD9 is #E01026. Grayscale: #AEAEAE. Windows color (decimal): -14684199 or 14282527. OLE color: 14282527.

HSL color Cylindrical-coordinate representation of color #1FEFD9: hue angle of 173.65º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEFD9 is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB31239217-
CMYK0.8700.090.06
HSL173.65º86.67%52.94%-
HSV(B)173.65º87.03%93.73%-
XYZ43.9667.0376.27-
YUV174.3152.0925.79-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.37%
GREEN value IS 239 (93.75% from 255) = 49.08%
BLUE value IS 217 (85.16% from 255) = 44.56%
R=6.37%
G=49.08%
B=44.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal312392170.8700.090.06173.6586.6752.94
Hex1FEFD957096ae5735
Octal37357331127011625612765
Binary111111110111111011001101011101001110101011101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FEFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,239,217); }

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

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

 a { background-color: rgb(31,239,217); }

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

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

 span { border-color: rgb(31,239,217); }

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