#1FEFE8

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

Shades of Bright Turquoise #1FEFE8

Tints of Bright Turquoise #1FEFE8

Color information

#1FEFE8 (or 0x1FEFE8) is unknown color: approx Bright Turquoise. HEX triplet: 1F, EF and E8. RGB value is (31,239,232). Sum of RGB (Red+Green+Blue) = 31+239+232=502 (66% of max value = 765). Red value is 31 (12.5% from 255 or 6.18% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 232 (91.02% from 255 or 46.22% from 502); Max value from RGB is 239 - color contains mainly: green. Hex color #1FEFE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FEFE8 is #E01017. Grayscale: #AFAFAF. Windows color (decimal): -14684184 or 15265567. OLE color: 15265567.

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

Color convert

RGB31239232-
CMYK0.8700.030.06
HSL177.98º86.67%52.94%-
HSV(B)177.98º87.03%93.73%-
XYZ4667.8587.02-
YUV176.01159.5924.57-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.18%
GREEN value IS 239 (93.75% from 255) = 47.61%
BLUE value IS 232 (91.02% from 255) = 46.22%
R=6.18%
G=47.61%
B=46.22%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal312392320.8700.030.06177.9886.6752.94
Hex1FEFE857036b25735
Octal3735735012703626212765
Binary1111111101111111010001010111011110101100101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FEFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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