Shades of Bright Turquoise #17FFDA
Tints of Bright Turquoise #17FFDA
RGB
CMYK
RGB Variations
Color information
#17FFDA (or 0x17FFDA) is known color: Bright Turquoise. HEX triplet: 17, FF and DA. RGB value is (23,255,218). Sum of RGB (Red+Green+Blue) = 23+255+218=496 (65% of max value = 765). Red value is 23 (9.38% from 255 or 4.64% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #17FFDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FFDA is #E80025. Grayscale: #B5B5B5. Windows color (decimal): -15204390 or 14352151. OLE color: 14352151.
HSL color Cylindrical-coordinate representation of color #17FFDA: hue angle of 170.43º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17FFDA is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 255 | 218 | - |
| CMYK | 0.91 | 0 | 0.15 | 0 |
| HSL | 170.43º | 1% | 0.55% | - |
| HSV(B) | 170.43º | 0.91% | 1% | - |
| XYZ | 48.77 | 76.76 | 78.58 | - |
| YUV | 181.41 | 148.64 | 15.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 255 | 218 | 0.91 | 0 | 0.15 | 0 | 170.43 | 1 | 0.55 |
| Hex | 17 | FF | DA | 5B | 0 | F | 0 | AA | 64 | 37 |
| Octal | 27 | 377 | 332 | 133 | 0 | 17 | 0 | 252 | 144 | 67 |
| Binary | 10111 | 11111111 | 11011010 | 1011011 | 0 | 1111 | 0 | 10101010 | 1100100 | 110111 |
Color Harmonies of #17FFDA
Complementary color
Monochromatic Colors of #17FFDA
Black with #17FFDA
Text Example
Text Example
White with #17FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FFDA; }
p { color: rgb(23,255,218); }
H1.HeaderClassName
{
color: #17FFDA;
}
.AnyTagClassName
{
color: #17FFDA;
}
</style>
background-color css
<style>
a { background-color: #17FFDA; }
a { background-color: rgb(23,255,218); }
div.DivClassName
{
background-color: #17FFDA;
}
.BgClassName
{
background-color: #17FFDA;
}
</style>
border-color css
<style>
span { border-color: #17FFDA; }
span { border-color: rgb(23,255,218); }
td.TdClassName
{
border-color: #17FFDA;
}
.TagClassName
{
border-color: #17FFDA;
}
</style>