#1fefd5

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

Shades of Bright Turquoise #1FEFD5

Tints of Bright Turquoise #1FEFD5

Color information

#1FEFD5 (or 0x1FEFD5) is unknown color: approx Bright Turquoise. HEX triplet: 1F, EF and D5. RGB value is (31,239,213). Sum of RGB (Red+Green+Blue) = 31+239+213=483 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.42% from 483); Green value is 239 (93.75% from 255 or 49.48% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 239 - color contains mainly: green. Hex color #1FEFD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEFD5 is #E0102A. Grayscale: #ADADAD. Windows color (decimal): -14684203 or 14020383. OLE color: 14020383.

HSL color Cylindrical-coordinate representation of color #1FEFD5: hue angle of 172.5º 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 #1FEFD5 is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB31239213-
CMYK0.8700.110.06
HSL172.5º86.67%52.94%-
HSV(B)172.5º87.03%93.73%-
XYZ43.4466.8373.56-
YUV173.84150.0926.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.42%
GREEN value IS 239 (93.75% from 255) = 49.48%
BLUE value IS 213 (83.59% from 255) = 44.10%
R=6.42%
G=49.48%
B=44.10%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal312392130.8700.110.06172.586.6752.94
Hex1FEFD5570B6ac5735
Octal37357325127013625412765
Binary111111110111111010101101011101011110101011001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fefd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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