Shades of Bright Turquoise #17DEEE
Tints of Bright Turquoise #17DEEE
RGB
CMYK
RGB Variations
Color information
#17DEEE (or 0x17DEEE) is known color: Bright Turquoise. HEX triplet: 17, DE and EE. RGB value is (23,222,238). Sum of RGB (Red+Green+Blue) = 23+222+238=483 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.76% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #17DEEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DEEE is #E82111. Grayscale: #A4A4A4. Windows color (decimal): -15212818 or 15654423. OLE color: 15654423.
HSL color Cylindrical-coordinate representation of color #17DEEE: hue angle of 184.47º 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 #17DEEE is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 222 | 238 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.07 |
| HSL | 184.47º | 0.86% | 0.51% | - |
| HSV(B) | 184.47º | 0.9% | 0.93% | - |
| XYZ | 41.91 | 58.6 | 89.99 | - |
| YUV | 164.32 | 169.57 | 27.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 222 | 238 | 0.90 | 0.07 | 0 | 0.07 | 184.47 | 0.86 | 0.51 |
| Hex | 17 | DE | EE | 5A | 7 | 0 | 7 | B8 | 56 | 33 |
| Octal | 27 | 336 | 356 | 132 | 7 | 0 | 7 | 270 | 126 | 63 |
| Binary | 10111 | 11011110 | 11101110 | 1011010 | 111 | 0 | 111 | 10111000 | 1010110 | 110011 |
Color Harmonies of #17DEEE
Complementary color
Monochromatic Colors of #17DEEE
Black with #17DEEE
Text Example
Text Example
White with #17DEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DEEE; }
p { color: rgb(23,222,238); }
H1.HeaderClassName
{
color: #17DEEE;
}
.AnyTagClassName
{
color: #17DEEE;
}
</style>
background-color css
<style>
a { background-color: #17DEEE; }
a { background-color: rgb(23,222,238); }
div.DivClassName
{
background-color: #17DEEE;
}
.BgClassName
{
background-color: #17DEEE;
}
</style>
border-color css
<style>
span { border-color: #17DEEE; }
span { border-color: rgb(23,222,238); }
td.TdClassName
{
border-color: #17DEEE;
}
.TagClassName
{
border-color: #17DEEE;
}
</style>