Shades of Bright Turquoise #1FD2DD
Tints of Bright Turquoise #1FD2DD
RGB
CMYK
RGB Variations
Color information
#1FD2DD (or 0x1FD2DD) is known color: Bright Turquoise. HEX triplet: 1F, D2 and DD. RGB value is (31,210,221). Sum of RGB (Red+Green+Blue) = 31+210+221=462 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.71% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #1FD2DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FD2DD is #E02D22. Grayscale: #9D9D9D. Windows color (decimal): -14691619 or 14537247. OLE color: 14537247.
HSL color Cylindrical-coordinate representation of color #1FD2DD: hue angle of 183.47º 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 #1FD2DD is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 210 | 221 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.13 |
| HSL | 183.47º | 0.75% | 0.49% | - |
| HSV(B) | 183.47º | 0.86% | 0.87% | - |
| XYZ | 36.66 | 51.6 | 76.44 | - |
| YUV | 157.73 | 163.7 | 37.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 210 | 221 | 0.86 | 0.05 | 0 | 0.13 | 183.47 | 0.75 | 0.49 |
| Hex | 1F | D2 | DD | 56 | 5 | 0 | D | B7 | 4B | 31 |
| Octal | 37 | 322 | 335 | 126 | 5 | 0 | 15 | 267 | 113 | 61 |
| Binary | 11111 | 11010010 | 11011101 | 1010110 | 101 | 0 | 1101 | 10110111 | 1001011 | 110001 |
Color Harmonies of #1FD2DD
Complementary color
Monochromatic Colors of #1FD2DD
Black with #1FD2DD
Text Example
Text Example
White with #1FD2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD2DD; }
p { color: rgb(31,210,221); }
H1.HeaderClassName
{
color: #1FD2DD;
}
.AnyTagClassName
{
color: #1FD2DD;
}
</style>
background-color css
<style>
a { background-color: #1FD2DD; }
a { background-color: rgb(31,210,221); }
div.DivClassName
{
background-color: #1FD2DD;
}
.BgClassName
{
background-color: #1FD2DD;
}
</style>
border-color css
<style>
span { border-color: #1FD2DD; }
span { border-color: rgb(31,210,221); }
td.TdClassName
{
border-color: #1FD2DD;
}
.TagClassName
{
border-color: #1FD2DD;
}
</style>