Shades of Bright Turquoise #17CFEA
Tints of Bright Turquoise #17CFEA
RGB
CMYK
RGB Variations
Color information
#17CFEA (or 0x17CFEA) is known color: Bright Turquoise. HEX triplet: 17, CF and EA. RGB value is (23,207,234). Sum of RGB (Red+Green+Blue) = 23+207+234=464 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.96% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #17CFEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17CFEA is #E83015. Grayscale: #9A9A9A. Windows color (decimal): -15216662 or 15388439. OLE color: 15388439.
HSL color Cylindrical-coordinate representation of color #17CFEA: hue angle of 187.68º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17CFEA is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 207 | 234 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.08 |
| HSL | 187.68º | 0.83% | 0.5% | - |
| HSV(B) | 187.68º | 0.9% | 0.92% | - |
| XYZ | 37.52 | 50.75 | 85.66 | - |
| YUV | 155.06 | 172.54 | 33.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 207 | 234 | 0.90 | 0.12 | 0 | 0.08 | 187.68 | 0.83 | 0.5 |
| Hex | 17 | CF | EA | 5A | C | 0 | 8 | BC | 53 | 32 |
| Octal | 27 | 317 | 352 | 132 | 14 | 0 | 10 | 274 | 123 | 62 |
| Binary | 10111 | 11001111 | 11101010 | 1011010 | 1100 | 0 | 1000 | 10111100 | 1010011 | 110010 |
Color Harmonies of #17CFEA
Complementary color
Monochromatic Colors of #17CFEA
Black with #17CFEA
Text Example
Text Example
White with #17CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CFEA; }
p { color: rgb(23,207,234); }
H1.HeaderClassName
{
color: #17CFEA;
}
.AnyTagClassName
{
color: #17CFEA;
}
</style>
background-color css
<style>
a { background-color: #17CFEA; }
a { background-color: rgb(23,207,234); }
div.DivClassName
{
background-color: #17CFEA;
}
.BgClassName
{
background-color: #17CFEA;
}
</style>
border-color css
<style>
span { border-color: #17CFEA; }
span { border-color: rgb(23,207,234); }
td.TdClassName
{
border-color: #17CFEA;
}
.TagClassName
{
border-color: #17CFEA;
}
</style>