#1FDDC8

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

Shades of Turquoise #1FDDC8

Tints of Turquoise #1FDDC8

Color information

#1FDDC8 (or 0x1FDDC8) is unknown color: approx Turquoise. HEX triplet: 1F, DD and C8. RGB value is (31,221,200). Sum of RGB (Red+Green+Blue) = 31+221+200=452 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.86% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #1FDDC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDDC8 is #E02237. Grayscale: #A1A1A1. Windows color (decimal): -14688824 or 13163807. OLE color: 13163807.

HSL color Cylindrical-coordinate representation of color #1FDDC8: hue angle of 173.37º 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 #1FDDC8 is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB31221200-
CMYK0.8600.100.13
HSL173.37º75.4%49.41%-
HSV(B)173.37º85.97%86.67%-
XYZ36.8556.1763.54-
YUV161.8149.5534.71-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.86%
GREEN value IS 221 (86.72% from 255) = 48.89%
BLUE value IS 200 (78.52% from 255) = 44.25%
R=6.86%
G=48.89%
B=44.25%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal312212000.8600.100.13173.3775.449.41
Hex1FDDC8560ADad4b31
Octal373353101260121525511361
Binary1111111011101110010001010110010101101101011011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FDDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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