Shades of Bright Turquoise #17F3EA
Tints of Bright Turquoise #17F3EA
RGB
CMYK
RGB Variations
Color information
#17F3EA (or 0x17F3EA) is known color: Bright Turquoise. HEX triplet: 17, F3 and EA. RGB value is (23,243,234). Sum of RGB (Red+Green+Blue) = 23+243+234=500 (66% of max value = 765). Red value is 23 (9.38% from 255 or 4.6% from 500); Green value is 243 (95.31% from 255 or 48.6% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 243 - color contains mainly: green. Hex color #17F3EA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17F3EA is #E80C15. Grayscale: #B0B0B0. Windows color (decimal): -15207446 or 15397655. OLE color: 15397655.
HSL color Cylindrical-coordinate representation of color #17F3EA: hue angle of 177.55º 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 #17F3EA is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 243 | 234 | - |
| CMYK | 0.91 | 0 | 0.04 | 0.05 |
| HSL | 177.55º | 0.9% | 0.52% | - |
| HSV(B) | 177.55º | 0.91% | 0.95% | - |
| XYZ | 47.26 | 70.22 | 88.91 | - |
| YUV | 176.19 | 160.61 | 18.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 243 | 234 | 0.91 | 0 | 0.04 | 0.05 | 177.55 | 0.9 | 0.52 |
| Hex | 17 | F3 | EA | 5B | 0 | 4 | 5 | B2 | 5A | 34 |
| Octal | 27 | 363 | 352 | 133 | 0 | 4 | 5 | 262 | 132 | 64 |
| Binary | 10111 | 11110011 | 11101010 | 1011011 | 0 | 100 | 101 | 10110010 | 1011010 | 110100 |
Color Harmonies of #17F3EA
Complementary color
Monochromatic Colors of #17F3EA
Black with #17F3EA
Text Example
Text Example
White with #17F3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17F3EA; }
p { color: rgb(23,243,234); }
H1.HeaderClassName
{
color: #17F3EA;
}
.AnyTagClassName
{
color: #17F3EA;
}
</style>
background-color css
<style>
a { background-color: #17F3EA; }
a { background-color: rgb(23,243,234); }
div.DivClassName
{
background-color: #17F3EA;
}
.BgClassName
{
background-color: #17F3EA;
}
</style>
border-color css
<style>
span { border-color: #17F3EA; }
span { border-color: rgb(23,243,234); }
td.TdClassName
{
border-color: #17F3EA;
}
.TagClassName
{
border-color: #17F3EA;
}
</style>