#1FE1B8

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

Shades of Turquoise #1FE1B8

Tints of Turquoise #1FE1B8

Color information

#1FE1B8 (or 0x1FE1B8) is unknown color: approx Turquoise. HEX triplet: 1F, E1 and B8. RGB value is (31,225,184). Sum of RGB (Red+Green+Blue) = 31+225+184=440 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.05% from 440); Green value is 225 (88.28% from 255 or 51.14% from 440); Blue value is 184 (72.27% from 255 or 41.82% from 440); Max value from RGB is 225 - color contains mainly: green. Hex color #1FE1B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FE1B8 is #E01E47. Grayscale: #A2A2A2. Windows color (decimal): -14687816 or 12116255. OLE color: 12116255.

HSL color Cylindrical-coordinate representation of color #1FE1B8: hue angle of 167.32º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE1B8 is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB31225184-
CMYK0.8600.180.12
HSL167.32º76.38%50.2%-
HSV(B)167.32º86.22%88.24%-
XYZ36.1457.654.56-
YUV162.32140.2334.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.05%
GREEN value IS 225 (88.28% from 255) = 51.14%
BLUE value IS 184 (72.27% from 255) = 41.82%
R=7.05%
G=51.14%
B=41.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal312251840.8600.180.12167.3276.3850.2
Hex1FE1B856012Ca74c32
Octal373412701260221424711462
Binary11111111000011011100010101100100101100101001111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FE1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,225,184); }

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

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

 a { background-color: rgb(31,225,184); }

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

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

 span { border-color: rgb(31,225,184); }

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