Shades of Bright Turquoise #17F3CA
Tints of Bright Turquoise #17F3CA
RGB
CMYK
RGB Variations
Color information
#17F3CA (or 0x17F3CA) is known color: Bright Turquoise. HEX triplet: 17, F3 and CA. RGB value is (23,243,202). Sum of RGB (Red+Green+Blue) = 23+243+202=468 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.91% from 468); Green value is 243 (95.31% from 255 or 51.92% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 243 - color contains mainly: green. Hex color #17F3CA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17F3CA is #E80C35. Grayscale: #ACACAC. Windows color (decimal): -15207478 or 13300503. OLE color: 13300503.
HSL color Cylindrical-coordinate representation of color #17F3CA: hue angle of 168.82º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17F3CA is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 243 | 202 | - |
| CMYK | 0.91 | 0 | 0.17 | 0.05 |
| HSL | 168.82º | 0.9% | 0.52% | - |
| HSV(B) | 168.82º | 0.91% | 0.95% | - |
| XYZ | 43.06 | 68.55 | 66.84 | - |
| YUV | 172.55 | 144.61 | 21.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 243 | 202 | 0.91 | 0 | 0.17 | 0.05 | 168.82 | 0.9 | 0.52 |
| Hex | 17 | F3 | CA | 5B | 0 | 11 | 5 | A9 | 5A | 34 |
| Octal | 27 | 363 | 312 | 133 | 0 | 21 | 5 | 251 | 132 | 64 |
| Binary | 10111 | 11110011 | 11001010 | 1011011 | 0 | 10001 | 101 | 10101001 | 1011010 | 110100 |
Color Harmonies of #17F3CA
Complementary color
Monochromatic Colors of #17F3CA
Black with #17F3CA
Text Example
Text Example
White with #17F3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17F3CA; }
p { color: rgb(23,243,202); }
H1.HeaderClassName
{
color: #17F3CA;
}
.AnyTagClassName
{
color: #17F3CA;
}
</style>
background-color css
<style>
a { background-color: #17F3CA; }
a { background-color: rgb(23,243,202); }
div.DivClassName
{
background-color: #17F3CA;
}
.BgClassName
{
background-color: #17F3CA;
}
</style>
border-color css
<style>
span { border-color: #17F3CA; }
span { border-color: rgb(23,243,202); }
td.TdClassName
{
border-color: #17F3CA;
}
.TagClassName
{
border-color: #17F3CA;
}
</style>