#1FEDD9

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

Shades of Bright Turquoise #1FEDD9

Tints of Bright Turquoise #1FEDD9

Color information

#1FEDD9 (or 0x1FEDD9) is unknown color: approx Bright Turquoise. HEX triplet: 1F, ED and D9. RGB value is (31,237,217). Sum of RGB (Red+Green+Blue) = 31+237+217=485 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.39% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #1FEDD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEDD9 is #E01226. Grayscale: #ADADAD. Windows color (decimal): -14684711 or 14282015. OLE color: 14282015.

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

Color convert

RGB31237217-
CMYK0.8700.080.07
HSL174.17º85.12%52.55%-
HSV(B)174.17º86.92%92.94%-
XYZ43.3765.8776.07-
YUV173.13152.7526.63-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.39%
GREEN value IS 237 (92.97% from 255) = 48.87%
BLUE value IS 217 (85.16% from 255) = 44.74%
R=6.39%
G=48.87%
B=44.74%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal312372170.8700.080.07174.1785.1252.55
Hex1FEDD957087ae5535
Octal37355331127010725612565
Binary111111110110111011001101011101000111101011101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FEDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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