#1FDDC5

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

Shades of Turquoise #1FDDC5

Tints of Turquoise #1FDDC5

Color information

#1FDDC5 (or 0x1FDDC5) is unknown color: approx Turquoise. HEX triplet: 1F, DD and C5. RGB value is (31,221,197). Sum of RGB (Red+Green+Blue) = 31+221+197=449 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.90% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #1FDDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDDC5 is #E0223A. Grayscale: #A1A1A1. Windows color (decimal): -14688827 or 12967199. OLE color: 12967199.

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

Color convert

RGB31221197-
CMYK0.8600.110.13
HSL172.42º75.4%49.41%-
HSV(B)172.42º85.97%86.67%-
XYZ36.556.0461.72-
YUV161.45148.0534.95-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.90%
GREEN value IS 221 (86.72% from 255) = 49.22%
BLUE value IS 197 (77.34% from 255) = 43.88%
R=6.90%
G=49.22%
B=43.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal312211970.8600.110.13172.4275.449.41
Hex1FDDC5560BDac4b31
Octal373353051260131525411361
Binary1111111011101110001011010110010111101101011001001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FDDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,221,197); }

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

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

 a { background-color: rgb(31,221,197); }

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

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

 span { border-color: rgb(31,221,197); }

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