Shades of Bright Turquoise #1FD2EA
Tints of Bright Turquoise #1FD2EA
RGB
CMYK
RGB Variations
Color information
#1FD2EA (or 0x1FD2EA) is known color: Bright Turquoise. HEX triplet: 1F, D2 and EA. RGB value is (31,210,234). Sum of RGB (Red+Green+Blue) = 31+210+234=475 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.53% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #1FD2EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FD2EA is #E02D15. Grayscale: #9E9E9E. Windows color (decimal): -14691606 or 15389215. OLE color: 15389215.
HSL color Cylindrical-coordinate representation of color #1FD2EA: hue angle of 187.09º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FD2EA is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 210 | 234 | - |
| CMYK | 0.87 | 0.10 | 0 | 0.08 |
| HSL | 187.09º | 0.83% | 0.52% | - |
| HSV(B) | 187.09º | 0.87% | 0.92% | - |
| XYZ | 38.46 | 52.33 | 85.91 | - |
| YUV | 159.22 | 170.2 | 36.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 210 | 234 | 0.87 | 0.10 | 0 | 0.08 | 187.09 | 0.83 | 0.52 |
| Hex | 1F | D2 | EA | 57 | A | 0 | 8 | BB | 53 | 34 |
| Octal | 37 | 322 | 352 | 127 | 12 | 0 | 10 | 273 | 123 | 64 |
| Binary | 11111 | 11010010 | 11101010 | 1010111 | 1010 | 0 | 1000 | 10111011 | 1010011 | 110100 |
Color Harmonies of #1FD2EA
Complementary color
Monochromatic Colors of #1FD2EA
Black with #1FD2EA
Text Example
Text Example
White with #1FD2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD2EA; }
p { color: rgb(31,210,234); }
H1.HeaderClassName
{
color: #1FD2EA;
}
.AnyTagClassName
{
color: #1FD2EA;
}
</style>
background-color css
<style>
a { background-color: #1FD2EA; }
a { background-color: rgb(31,210,234); }
div.DivClassName
{
background-color: #1FD2EA;
}
.BgClassName
{
background-color: #1FD2EA;
}
</style>
border-color css
<style>
span { border-color: #1FD2EA; }
span { border-color: rgb(31,210,234); }
td.TdClassName
{
border-color: #1FD2EA;
}
.TagClassName
{
border-color: #1FD2EA;
}
</style>