Shades of Bright Turquoise #17DFF2
Tints of Bright Turquoise #17DFF2
RGB
CMYK
RGB Variations
Color information
#17DFF2 (or 0x17DFF2) is known color: Bright Turquoise. HEX triplet: 17, DF and F2. RGB value is (23,223,242). Sum of RGB (Red+Green+Blue) = 23+223+242=488 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.71% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 242 (94.92% from 255 or 49.59% from 488); Max value from RGB is 242 - color contains mainly: blue. Hex color #17DFF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DFF2 is #E8200D. Grayscale: #A5A5A5. Windows color (decimal): -15212558 or 15916823. OLE color: 15916823.
HSL color Cylindrical-coordinate representation of color #17DFF2: hue angle of 185.21º 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 #17DFF2 is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 223 | 242 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.05 |
| HSL | 185.21º | 0.89% | 0.52% | - |
| HSV(B) | 185.21º | 0.9% | 0.95% | - |
| XYZ | 42.77 | 59.37 | 93.21 | - |
| YUV | 165.37 | 171.24 | 26.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 223 | 242 | 0.90 | 0.08 | 0 | 0.05 | 185.21 | 0.89 | 0.52 |
| Hex | 17 | DF | F2 | 5A | 8 | 0 | 5 | B9 | 59 | 34 |
| Octal | 27 | 337 | 362 | 132 | 10 | 0 | 5 | 271 | 131 | 64 |
| Binary | 10111 | 11011111 | 11110010 | 1011010 | 1000 | 0 | 101 | 10111001 | 1011001 | 110100 |
Color Harmonies of #17DFF2
Complementary color
Monochromatic Colors of #17DFF2
Black with #17DFF2
Text Example
Text Example
White with #17DFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DFF2; }
p { color: rgb(23,223,242); }
H1.HeaderClassName
{
color: #17DFF2;
}
.AnyTagClassName
{
color: #17DFF2;
}
</style>
background-color css
<style>
a { background-color: #17DFF2; }
a { background-color: rgb(23,223,242); }
div.DivClassName
{
background-color: #17DFF2;
}
.BgClassName
{
background-color: #17DFF2;
}
</style>
border-color css
<style>
span { border-color: #17DFF2; }
span { border-color: rgb(23,223,242); }
td.TdClassName
{
border-color: #17DFF2;
}
.TagClassName
{
border-color: #17DFF2;
}
</style>