Shades of Bright Turquoise #1FD5ED
Tints of Bright Turquoise #1FD5ED
RGB
CMYK
RGB Variations
Color information
#1FD5ED (or 0x1FD5ED) is known color: Bright Turquoise. HEX triplet: 1F, D5 and ED. RGB value is (31,213,237). Sum of RGB (Red+Green+Blue) = 31+213+237=481 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.44% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #1FD5ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FD5ED is #E02A12. Grayscale: #A1A1A1. Windows color (decimal): -14690835 or 15586591. OLE color: 15586591.
HSL color Cylindrical-coordinate representation of color #1FD5ED: hue angle of 186.99º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FD5ED is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 213 | 237 | - |
| CMYK | 0.87 | 0.10 | 0 | 0.07 |
| HSL | 186.99º | 0.85% | 0.53% | - |
| HSV(B) | 186.99º | 0.87% | 0.93% | - |
| XYZ | 39.65 | 53.99 | 88.45 | - |
| YUV | 161.32 | 170.7 | 35.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 213 | 237 | 0.87 | 0.10 | 0 | 0.07 | 186.99 | 0.85 | 0.53 |
| Hex | 1F | D5 | ED | 57 | A | 0 | 7 | BB | 55 | 35 |
| Octal | 37 | 325 | 355 | 127 | 12 | 0 | 7 | 273 | 125 | 65 |
| Binary | 11111 | 11010101 | 11101101 | 1010111 | 1010 | 0 | 111 | 10111011 | 1010101 | 110101 |
Color Harmonies of #1FD5ED
Complementary color
Monochromatic Colors of #1FD5ED
Black with #1FD5ED
Text Example
Text Example
White with #1FD5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD5ED; }
p { color: rgb(31,213,237); }
H1.HeaderClassName
{
color: #1FD5ED;
}
.AnyTagClassName
{
color: #1FD5ED;
}
</style>
background-color css
<style>
a { background-color: #1FD5ED; }
a { background-color: rgb(31,213,237); }
div.DivClassName
{
background-color: #1FD5ED;
}
.BgClassName
{
background-color: #1FD5ED;
}
</style>
border-color css
<style>
span { border-color: #1FD5ED; }
span { border-color: rgb(31,213,237); }
td.TdClassName
{
border-color: #1FD5ED;
}
.TagClassName
{
border-color: #1FD5ED;
}
</style>