Shades of Bright Turquoise #17F2D5
Tints of Bright Turquoise #17F2D5
RGB
CMYK
RGB Variations
Color information
#17F2D5 (or 0x17F2D5) is known color: Bright Turquoise. HEX triplet: 17, F2 and D5. RGB value is (23,242,213). Sum of RGB (Red+Green+Blue) = 23+242+213=478 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.81% from 478); Green value is 242 (94.92% from 255 or 50.63% from 478); Blue value is 213 (83.59% from 255 or 44.56% from 478); Max value from RGB is 242 - color contains mainly: green. Hex color #17F2D5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17F2D5 is #E80D2A. Grayscale: #ADADAD. Windows color (decimal): -15207723 or 14021143. OLE color: 14021143.
HSL color Cylindrical-coordinate representation of color #17F2D5: hue angle of 172.05º 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 #17F2D5 is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 242 | 213 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.05 |
| HSL | 172.05º | 0.89% | 0.52% | - |
| HSV(B) | 172.05º | 0.9% | 0.95% | - |
| XYZ | 44.12 | 68.49 | 73.85 | - |
| YUV | 173.21 | 150.45 | 20.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 242 | 213 | 0.90 | 0 | 0.12 | 0.05 | 172.05 | 0.89 | 0.52 |
| Hex | 17 | F2 | D5 | 5A | 0 | C | 5 | AC | 59 | 34 |
| Octal | 27 | 362 | 325 | 132 | 0 | 14 | 5 | 254 | 131 | 64 |
| Binary | 10111 | 11110010 | 11010101 | 1011010 | 0 | 1100 | 101 | 10101100 | 1011001 | 110100 |
Color Harmonies of #17F2D5
Complementary color
Monochromatic Colors of #17F2D5
Black with #17F2D5
Text Example
Text Example
White with #17F2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17F2D5; }
p { color: rgb(23,242,213); }
H1.HeaderClassName
{
color: #17F2D5;
}
.AnyTagClassName
{
color: #17F2D5;
}
</style>
background-color css
<style>
a { background-color: #17F2D5; }
a { background-color: rgb(23,242,213); }
div.DivClassName
{
background-color: #17F2D5;
}
.BgClassName
{
background-color: #17F2D5;
}
</style>
border-color css
<style>
span { border-color: #17F2D5; }
span { border-color: rgb(23,242,213); }
td.TdClassName
{
border-color: #17F2D5;
}
.TagClassName
{
border-color: #17F2D5;
}
</style>