#1FE8C8

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

Shades of Bright Turquoise #1FE8C8

Tints of Bright Turquoise #1FE8C8

Color information

#1FE8C8 (or 0x1FE8C8) is unknown color: approx Bright Turquoise. HEX triplet: 1F, E8 and C8. RGB value is (31,232,200). Sum of RGB (Red+Green+Blue) = 31+232+200=463 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.70% from 463); Green value is 232 (91.02% from 255 or 50.11% from 463); Blue value is 200 (78.52% from 255 or 43.20% from 463); Max value from RGB is 232 - color contains mainly: green. Hex color #1FE8C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FE8C8 is #E01737. Grayscale: #A8A8A8. Windows color (decimal): -14686008 or 13166623. OLE color: 13166623.

HSL color Cylindrical-coordinate representation of color #1FE8C8: hue angle of 170.45º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE8C8 is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB31232200-
CMYK0.8700.140.09
HSL170.45º81.38%51.57%-
HSV(B)170.45º86.64%90.98%-
XYZ39.8562.1764.54-
YUV168.25145.9130.1-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.70%
GREEN value IS 232 (91.02% from 255) = 50.11%
BLUE value IS 200 (78.52% from 255) = 43.20%
R=6.70%
G=50.11%
B=43.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal312322000.8700.140.09170.4581.3851.57
Hex1FE8C8570E9aa5134
Octal373503101270161125212164
Binary1111111101000110010001010111011101001101010101010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FE8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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