Shades of Bright Turquoise #17EEE1
Tints of Bright Turquoise #17EEE1
RGB
CMYK
RGB Variations
Color information
#17EEE1 (or 0x17EEE1) is known color: Bright Turquoise. HEX triplet: 17, EE and E1. RGB value is (23,238,225). Sum of RGB (Red+Green+Blue) = 23+238+225=486 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.73% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 225 (88.28% from 255 or 46.30% from 486); Max value from RGB is 238 - color contains mainly: green. Hex color #17EEE1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EEE1 is #E8111E. Grayscale: #ACACAC. Windows color (decimal): -15208735 or 14806551. OLE color: 14806551.
HSL color Cylindrical-coordinate representation of color #17EEE1: hue angle of 176.37º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17EEE1 is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 238 | 225 | - |
| CMYK | 0.90 | 0 | 0.05 | 0.07 |
| HSL | 176.37º | 0.86% | 0.51% | - |
| HSV(B) | 176.37º | 0.9% | 0.93% | - |
| XYZ | 44.52 | 66.77 | 81.78 | - |
| YUV | 172.23 | 157.77 | 21.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 238 | 225 | 0.90 | 0 | 0.05 | 0.07 | 176.37 | 0.86 | 0.51 |
| Hex | 17 | EE | E1 | 5A | 0 | 5 | 7 | B0 | 56 | 33 |
| Octal | 27 | 356 | 341 | 132 | 0 | 5 | 7 | 260 | 126 | 63 |
| Binary | 10111 | 11101110 | 11100001 | 1011010 | 0 | 101 | 111 | 10110000 | 1010110 | 110011 |
Color Harmonies of #17EEE1
Complementary color
Monochromatic Colors of #17EEE1
Black with #17EEE1
Text Example
Text Example
White with #17EEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EEE1; }
p { color: rgb(23,238,225); }
H1.HeaderClassName
{
color: #17EEE1;
}
.AnyTagClassName
{
color: #17EEE1;
}
</style>
background-color css
<style>
a { background-color: #17EEE1; }
a { background-color: rgb(23,238,225); }
div.DivClassName
{
background-color: #17EEE1;
}
.BgClassName
{
background-color: #17EEE1;
}
</style>
border-color css
<style>
span { border-color: #17EEE1; }
span { border-color: rgb(23,238,225); }
td.TdClassName
{
border-color: #17EEE1;
}
.TagClassName
{
border-color: #17EEE1;
}
</style>