Shades of Bright Turquoise #17EDF2
Tints of Bright Turquoise #17EDF2
RGB
CMYK
RGB Variations
Color information
#17EDF2 (or 0x17EDF2) is known color: Bright Turquoise. HEX triplet: 17, ED and F2. RGB value is (23,237,242). Sum of RGB (Red+Green+Blue) = 23+237+242=502 (66% of max value = 765). Red value is 23 (9.38% from 255 or 4.58% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #17EDF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17EDF2 is #E8120D. Grayscale: #ADADAD. Windows color (decimal): -15208974 or 15920407. OLE color: 15920407.
HSL color Cylindrical-coordinate representation of color #17EDF2: hue angle of 181.37º 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 #17EDF2 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 237 | 242 | - |
| CMYK | 0.90 | 0.02 | 0 | 0.05 |
| HSL | 181.37º | 0.89% | 0.52% | - |
| HSV(B) | 181.37º | 0.9% | 0.95% | - |
| XYZ | 46.66 | 67.16 | 94.51 | - |
| YUV | 173.58 | 166.6 | 20.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 237 | 242 | 0.90 | 0.02 | 0 | 0.05 | 181.37 | 0.89 | 0.52 |
| Hex | 17 | ED | F2 | 5A | 2 | 0 | 5 | B5 | 59 | 34 |
| Octal | 27 | 355 | 362 | 132 | 2 | 0 | 5 | 265 | 131 | 64 |
| Binary | 10111 | 11101101 | 11110010 | 1011010 | 10 | 0 | 101 | 10110101 | 1011001 | 110100 |
Color Harmonies of #17EDF2
Complementary color
Monochromatic Colors of #17EDF2
Black with #17EDF2
Text Example
Text Example
White with #17EDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EDF2; }
p { color: rgb(23,237,242); }
H1.HeaderClassName
{
color: #17EDF2;
}
.AnyTagClassName
{
color: #17EDF2;
}
</style>
background-color css
<style>
a { background-color: #17EDF2; }
a { background-color: rgb(23,237,242); }
div.DivClassName
{
background-color: #17EDF2;
}
.BgClassName
{
background-color: #17EDF2;
}
</style>
border-color css
<style>
span { border-color: #17EDF2; }
span { border-color: rgb(23,237,242); }
td.TdClassName
{
border-color: #17EDF2;
}
.TagClassName
{
border-color: #17EDF2;
}
</style>