#1fefbf

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

Shades of Turquoise #1FEFBF

Tints of Turquoise #1FEFBF

Color information

#1FEFBF (or 0x1FEFBF) is unknown color: approx Turquoise. HEX triplet: 1F, EF and BF. RGB value is (31,239,191). Sum of RGB (Red+Green+Blue) = 31+239+191=461 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.72% from 461); Green value is 239 (93.75% from 255 or 51.84% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 239 - color contains mainly: green. Hex color #1FEFBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEFBF is #E01040. Grayscale: #ABABAB. Windows color (decimal): -14684225 or 12578591. OLE color: 12578591.

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

Color convert

RGB31239191-
CMYK0.8700.200.06
HSL166.15º86.67%52.94%-
HSV(B)166.15º87.03%93.73%-
XYZ40.8465.7959.84-
YUV171.34139.0927.9-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.72%
GREEN value IS 239 (93.75% from 255) = 51.84%
BLUE value IS 191 (75% from 255) = 41.43%
R=6.72%
G=51.84%
B=41.43%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal312391910.8700.200.06166.1586.6752.94
Hex1FEFBF570146a65735
Octal37357277127024624612765
Binary1111111101111101111111010111010100110101001101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fefbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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