#1FDEBE

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

Shades of Turquoise #1FDEBE

Tints of Turquoise #1FDEBE

Color information

#1FDEBE (or 0x1FDEBE) is unknown color: approx Turquoise. HEX triplet: 1F, DE and BE. RGB value is (31,222,190). Sum of RGB (Red+Green+Blue) = 31+222+190=443 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.00% from 443); Green value is 222 (87.11% from 255 or 50.11% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 222 - color contains mainly: green. Hex color #1FDEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDEBE is #E02141. Grayscale: #A1A1A1. Windows color (decimal): -14688578 or 12508703. OLE color: 12508703.

HSL color Cylindrical-coordinate representation of color #1FDEBE: hue angle of 169.95º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDEBE is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB31222190-
CMYK0.8600.140.13
HSL169.95º75.49%49.61%-
HSV(B)169.95º86.04%87.06%-
XYZ35.9856.2557.68-
YUV161.24144.2235.1-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.00%
GREEN value IS 222 (87.11% from 255) = 50.11%
BLUE value IS 190 (74.61% from 255) = 42.89%
R=7.00%
G=50.11%
B=42.89%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal312221900.8600.140.13169.9575.4949.61
Hex1FDEBE560EDaa4b32
Octal373362761260161525211362
Binary1111111011110101111101010110011101101101010101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FDEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,222,190); }

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

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

 a { background-color: rgb(31,222,190); }

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

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

 span { border-color: rgb(31,222,190); }

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