Shades of Bright Turquoise #17DDF3
Tints of Bright Turquoise #17DDF3
RGB
CMYK
RGB Variations
Color information
#17DDF3 (or 0x17DDF3) is known color: Bright Turquoise. HEX triplet: 17, DD and F3. RGB value is (23,221,243). Sum of RGB (Red+Green+Blue) = 23+221+243=487 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.72% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 243 (95.31% from 255 or 49.90% from 487); Max value from RGB is 243 - color contains mainly: blue. Hex color #17DDF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DDF3 is #E8220C. Grayscale: #A4A4A4. Windows color (decimal): -15213069 or 15981847. OLE color: 15981847.
HSL color Cylindrical-coordinate representation of color #17DDF3: hue angle of 186º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17DDF3 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 221 | 243 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.05 |
| HSL | 186º | 0.9% | 0.52% | - |
| HSV(B) | 186º | 0.91% | 0.95% | - |
| XYZ | 42.39 | 58.37 | 93.83 | - |
| YUV | 164.31 | 172.4 | 27.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 221 | 243 | 0.91 | 0.09 | 0 | 0.05 | 186 | 0.9 | 0.52 |
| Hex | 17 | DD | F3 | 5B | 9 | 0 | 5 | BA | 5A | 34 |
| Octal | 27 | 335 | 363 | 133 | 11 | 0 | 5 | 272 | 132 | 64 |
| Binary | 10111 | 11011101 | 11110011 | 1011011 | 1001 | 0 | 101 | 10111010 | 1011010 | 110100 |
Color Harmonies of #17DDF3
Complementary color
Monochromatic Colors of #17DDF3
Black with #17DDF3
Text Example
Text Example
White with #17DDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DDF3; }
p { color: rgb(23,221,243); }
H1.HeaderClassName
{
color: #17DDF3;
}
.AnyTagClassName
{
color: #17DDF3;
}
</style>
background-color css
<style>
a { background-color: #17DDF3; }
a { background-color: rgb(23,221,243); }
div.DivClassName
{
background-color: #17DDF3;
}
.BgClassName
{
background-color: #17DDF3;
}
</style>
border-color css
<style>
span { border-color: #17DDF3; }
span { border-color: rgb(23,221,243); }
td.TdClassName
{
border-color: #17DDF3;
}
.TagClassName
{
border-color: #17DDF3;
}
</style>