#1feaef

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

Shades of Bright Turquoise #1FEAEF

Tints of Bright Turquoise #1FEAEF

Color information

#1FEAEF (or 0x1FEAEF) is unknown color: approx Bright Turquoise. HEX triplet: 1F, EA and EF. RGB value is (31,234,239). Sum of RGB (Red+Green+Blue) = 31+234+239=504 (66% of max value = 765). Red value is 31 (12.5% from 255 or 6.15% from 504); Green value is 234 (91.80% from 255 or 46.43% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #1FEAEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FEAEF is #E01510. Grayscale: #ADADAD. Windows color (decimal): -14685457 or 15723039. OLE color: 15723039.

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

Color convert

RGB31234239-
CMYK0.870.0200.06
HSL181.44º86.67%52.94%-
HSV(B)181.44º87.03%93.73%-
XYZ45.5765.3791.88-
YUV173.87164.7526.09-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.15%
GREEN value IS 234 (91.80% from 255) = 46.43%
BLUE value IS 239 (93.75% from 255) = 47.42%
R=6.15%
G=46.43%
B=47.42%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal312342390.870.0200.06181.4486.6752.94
Hex1FEAEF57206b55735
Octal3735235712720626512765
Binary1111111101010111011111010111100110101101011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1feaef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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