Shades of Bright Turquoise #17DCFB
Tints of Bright Turquoise #17DCFB
RGB
CMYK
RGB Variations
Color information
#17DCFB (or 0x17DCFB) is known color: Bright Turquoise. HEX triplet: 17, DC and FB. RGB value is (23,220,251). Sum of RGB (Red+Green+Blue) = 23+220+251=494 (65% of max value = 765). Red value is 23 (9.38% from 255 or 4.66% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #17DCFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DCFB is #E82304. Grayscale: #A4A4A4. Windows color (decimal): -15213317 or 16505879. OLE color: 16505879.
HSL color Cylindrical-coordinate representation of color #17DCFB: hue angle of 188.16º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17DCFB is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 220 | 251 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.02 |
| HSL | 188.16º | 0.97% | 0.54% | - |
| HSV(B) | 188.16º | 0.91% | 0.98% | - |
| XYZ | 43.36 | 58.33 | 100.24 | - |
| YUV | 164.63 | 176.73 | 26.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 220 | 251 | 0.91 | 0.12 | 0 | 0.02 | 188.16 | 0.97 | 0.54 |
| Hex | 17 | DC | FB | 5B | C | 0 | 2 | BC | 61 | 36 |
| Octal | 27 | 334 | 373 | 133 | 14 | 0 | 2 | 274 | 141 | 66 |
| Binary | 10111 | 11011100 | 11111011 | 1011011 | 1100 | 0 | 10 | 10111100 | 1100001 | 110110 |
Color Harmonies of #17DCFB
Complementary color
Monochromatic Colors of #17DCFB
Black with #17DCFB
Text Example
Text Example
White with #17DCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DCFB; }
p { color: rgb(23,220,251); }
H1.HeaderClassName
{
color: #17DCFB;
}
.AnyTagClassName
{
color: #17DCFB;
}
</style>
background-color css
<style>
a { background-color: #17DCFB; }
a { background-color: rgb(23,220,251); }
div.DivClassName
{
background-color: #17DCFB;
}
.BgClassName
{
background-color: #17DCFB;
}
</style>
border-color css
<style>
span { border-color: #17DCFB; }
span { border-color: rgb(23,220,251); }
td.TdClassName
{
border-color: #17DCFB;
}
.TagClassName
{
border-color: #17DCFB;
}
</style>