Shades of Bright Turquoise #1CDFF6
Tints of Bright Turquoise #1CDFF6
RGB
CMYK
RGB Variations
Color information
#1CDFF6 (or 0x1CDFF6) is known color: Bright Turquoise. HEX triplet: 1C, DF and F6. RGB value is (28,223,246). Sum of RGB (Red+Green+Blue) = 28+223+246=497 (65% of max value = 765). Red value is 28 (11.33% from 255 or 5.63% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 246 (96.48% from 255 or 49.50% from 497); Max value from RGB is 246 - color contains mainly: blue. Hex color #1CDFF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CDFF6 is #E32009. Grayscale: #A7A7A7. Windows color (decimal): -14884874 or 16178972. OLE color: 16178972.
HSL color Cylindrical-coordinate representation of color #1CDFF6: hue angle of 186.33º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CDFF6 is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 28 | 223 | 246 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.04 |
| HSL | 186.33º | 0.92% | 0.54% | - |
| HSV(B) | 186.33º | 0.89% | 0.96% | - |
| XYZ | 43.5 | 59.68 | 96.41 | - |
| YUV | 167.32 | 172.4 | 28.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 223 | 246 | 0.89 | 0.09 | 0 | 0.04 | 186.33 | 0.92 | 0.54 |
| Hex | 1C | DF | F6 | 59 | 9 | 0 | 4 | BA | 5C | 36 |
| Octal | 34 | 337 | 366 | 131 | 11 | 0 | 4 | 272 | 134 | 66 |
| Binary | 11100 | 11011111 | 11110110 | 1011001 | 1001 | 0 | 100 | 10111010 | 1011100 | 110110 |
Color Harmonies of #1CDFF6
Complementary color
Monochromatic Colors of #1CDFF6
Black with #1CDFF6
Text Example
Text Example
White with #1CDFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDFF6; }
p { color: rgb(28,223,246); }
H1.HeaderClassName
{
color: #1CDFF6;
}
.AnyTagClassName
{
color: #1CDFF6;
}
</style>
background-color css
<style>
a { background-color: #1CDFF6; }
a { background-color: rgb(28,223,246); }
div.DivClassName
{
background-color: #1CDFF6;
}
.BgClassName
{
background-color: #1CDFF6;
}
</style>
border-color css
<style>
span { border-color: #1CDFF6; }
span { border-color: rgb(28,223,246); }
td.TdClassName
{
border-color: #1CDFF6;
}
.TagClassName
{
border-color: #1CDFF6;
}
</style>