Shades of Bright Turquoise #1FD7D2
Tints of Bright Turquoise #1FD7D2
RGB
CMYK
RGB Variations
Color information
#1FD7D2 (or 0x1FD7D2) is known color: Bright Turquoise. HEX triplet: 1F, D7 and D2. RGB value is (31,215,210). Sum of RGB (Red+Green+Blue) = 31+215+210=456 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.80% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 210 (82.42% from 255 or 46.05% from 456); Max value from RGB is 215 - color contains mainly: green. Hex color #1FD7D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FD7D2 is #E0282D. Grayscale: #9F9F9F. Windows color (decimal): -14690350 or 13817631. OLE color: 13817631.
HSL color Cylindrical-coordinate representation of color #1FD7D2: hue angle of 178.37º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FD7D2 is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 215 | 210 | - |
| CMYK | 0.86 | 0 | 0.02 | 0.16 |
| HSL | 178.37º | 0.75% | 0.48% | - |
| HSV(B) | 178.37º | 0.86% | 0.84% | - |
| XYZ | 36.5 | 53.55 | 69.38 | - |
| YUV | 159.41 | 156.54 | 36.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 215 | 210 | 0.86 | 0 | 0.02 | 0.16 | 178.37 | 0.75 | 0.48 |
| Hex | 1F | D7 | D2 | 56 | 0 | 2 | 10 | B2 | 4B | 30 |
| Octal | 37 | 327 | 322 | 126 | 0 | 2 | 20 | 262 | 113 | 60 |
| Binary | 11111 | 11010111 | 11010010 | 1010110 | 0 | 10 | 10000 | 10110010 | 1001011 | 110000 |
Color Harmonies of #1FD7D2
Complementary color
Monochromatic Colors of #1FD7D2
Black with #1FD7D2
Text Example
Text Example
White with #1FD7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD7D2; }
p { color: rgb(31,215,210); }
H1.HeaderClassName
{
color: #1FD7D2;
}
.AnyTagClassName
{
color: #1FD7D2;
}
</style>
background-color css
<style>
a { background-color: #1FD7D2; }
a { background-color: rgb(31,215,210); }
div.DivClassName
{
background-color: #1FD7D2;
}
.BgClassName
{
background-color: #1FD7D2;
}
</style>
border-color css
<style>
span { border-color: #1FD7D2; }
span { border-color: rgb(31,215,210); }
td.TdClassName
{
border-color: #1FD7D2;
}
.TagClassName
{
border-color: #1FD7D2;
}
</style>