Shades of Bright Turquoise #17F2DF
Tints of Bright Turquoise #17F2DF
RGB
CMYK
RGB Variations
Color information
#17F2DF (or 0x17F2DF) is known color: Bright Turquoise. HEX triplet: 17, F2 and DF. RGB value is (23,242,223). Sum of RGB (Red+Green+Blue) = 23+242+223=488 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.71% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #17F2DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17F2DF is #E80D20. Grayscale: #AEAEAE. Windows color (decimal): -15207713 or 14676503. OLE color: 14676503.
HSL color Cylindrical-coordinate representation of color #17F2DF: hue angle of 174.79º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17F2DF is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 242 | 223 | - |
| CMYK | 0.90 | 0 | 0.08 | 0.05 |
| HSL | 174.79º | 0.89% | 0.52% | - |
| HSV(B) | 174.79º | 0.9% | 0.95% | - |
| XYZ | 45.42 | 69.01 | 80.74 | - |
| YUV | 174.35 | 155.45 | 20.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 242 | 223 | 0.90 | 0 | 0.08 | 0.05 | 174.79 | 0.89 | 0.52 |
| Hex | 17 | F2 | DF | 5A | 0 | 8 | 5 | AF | 59 | 34 |
| Octal | 27 | 362 | 337 | 132 | 0 | 10 | 5 | 257 | 131 | 64 |
| Binary | 10111 | 11110010 | 11011111 | 1011010 | 0 | 1000 | 101 | 10101111 | 1011001 | 110100 |
Color Harmonies of #17F2DF
Complementary color
Monochromatic Colors of #17F2DF
Black with #17F2DF
Text Example
Text Example
White with #17F2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17F2DF; }
p { color: rgb(23,242,223); }
H1.HeaderClassName
{
color: #17F2DF;
}
.AnyTagClassName
{
color: #17F2DF;
}
</style>
background-color css
<style>
a { background-color: #17F2DF; }
a { background-color: rgb(23,242,223); }
div.DivClassName
{
background-color: #17F2DF;
}
.BgClassName
{
background-color: #17F2DF;
}
</style>
border-color css
<style>
span { border-color: #17F2DF; }
span { border-color: rgb(23,242,223); }
td.TdClassName
{
border-color: #17F2DF;
}
.TagClassName
{
border-color: #17F2DF;
}
</style>