Shades of Bright Turquoise #1CF8DB
Tints of Bright Turquoise #1CF8DB
RGB
CMYK
RGB Variations
Color information
#1CF8DB (or 0x1CF8DB) is known color: Bright Turquoise. HEX triplet: 1C, F8 and DB. RGB value is (28,248,219). Sum of RGB (Red+Green+Blue) = 28+248+219=495 (65% of max value = 765). Red value is 28 (11.33% from 255 or 5.66% from 495); Green value is 248 (97.27% from 255 or 50.10% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 248 - color contains mainly: green. Hex color #1CF8DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CF8DB is #E30724. Grayscale: #B2B2B2. Windows color (decimal): -14878501 or 14415900. OLE color: 14415900.
HSL color Cylindrical-coordinate representation of color #1CF8DB: hue angle of 172.09º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CF8DB is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 28 | 248 | 219 | - |
| CMYK | 0.89 | 0 | 0.12 | 0.03 |
| HSL | 172.09º | 0.94% | 0.54% | - |
| HSV(B) | 172.09º | 0.89% | 0.97% | - |
| XYZ | 46.83 | 72.5 | 78.54 | - |
| YUV | 178.91 | 150.61 | 20.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 248 | 219 | 0.89 | 0 | 0.12 | 0.03 | 172.09 | 0.94 | 0.54 |
| Hex | 1C | F8 | DB | 59 | 0 | C | 3 | AC | 5E | 36 |
| Octal | 34 | 370 | 333 | 131 | 0 | 14 | 3 | 254 | 136 | 66 |
| Binary | 11100 | 11111000 | 11011011 | 1011001 | 0 | 1100 | 11 | 10101100 | 1011110 | 110110 |
Color Harmonies of #1CF8DB
Complementary color
Monochromatic Colors of #1CF8DB
Black with #1CF8DB
Text Example
Text Example
White with #1CF8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF8DB; }
p { color: rgb(28,248,219); }
H1.HeaderClassName
{
color: #1CF8DB;
}
.AnyTagClassName
{
color: #1CF8DB;
}
</style>
background-color css
<style>
a { background-color: #1CF8DB; }
a { background-color: rgb(28,248,219); }
div.DivClassName
{
background-color: #1CF8DB;
}
.BgClassName
{
background-color: #1CF8DB;
}
</style>
border-color css
<style>
span { border-color: #1CF8DB; }
span { border-color: rgb(28,248,219); }
td.TdClassName
{
border-color: #1CF8DB;
}
.TagClassName
{
border-color: #1CF8DB;
}
</style>