Shades of Bright Turquoise #23DDF5
Tints of Bright Turquoise #23DDF5
RGB
CMYK
RGB Variations
Color information
#23DDF5 (or 0x23DDF5) is known color: Bright Turquoise. HEX triplet: 23, DD and F5. RGB value is (35,221,245). Sum of RGB (Red+Green+Blue) = 35+221+245=501 (66% of max value = 765). Red value is 35 (14.06% from 255 or 6.99% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 245 (96.09% from 255 or 48.90% from 501); Max value from RGB is 245 - color contains mainly: blue. Hex color #23DDF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23DDF5 is #DC220A. Grayscale: #A7A7A7. Windows color (decimal): -14426635 or 16112931. OLE color: 16112931.
HSL color Cylindrical-coordinate representation of color #23DDF5: hue angle of 186.86º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23DDF5 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 35 | 221 | 245 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.04 |
| HSL | 186.86º | 0.91% | 0.55% | - |
| HSV(B) | 186.86º | 0.86% | 0.96% | - |
| XYZ | 43.03 | 58.66 | 95.44 | - |
| YUV | 168.12 | 171.38 | 33.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 221 | 245 | 0.86 | 0.10 | 0 | 0.04 | 186.86 | 0.91 | 0.55 |
| Hex | 23 | DD | F5 | 56 | A | 0 | 4 | BB | 5B | 37 |
| Octal | 43 | 335 | 365 | 126 | 12 | 0 | 4 | 273 | 133 | 67 |
| Binary | 100011 | 11011101 | 11110101 | 1010110 | 1010 | 0 | 100 | 10111011 | 1011011 | 110111 |
Color Harmonies of #23DDF5
Complementary color
Monochromatic Colors of #23DDF5
Black with #23DDF5
Text Example
Text Example
White with #23DDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DDF5; }
p { color: rgb(35,221,245); }
H1.HeaderClassName
{
color: #23DDF5;
}
.AnyTagClassName
{
color: #23DDF5;
}
</style>
background-color css
<style>
a { background-color: #23DDF5; }
a { background-color: rgb(35,221,245); }
div.DivClassName
{
background-color: #23DDF5;
}
.BgClassName
{
background-color: #23DDF5;
}
</style>
border-color css
<style>
span { border-color: #23DDF5; }
span { border-color: rgb(35,221,245); }
td.TdClassName
{
border-color: #23DDF5;
}
.TagClassName
{
border-color: #23DDF5;
}
</style>