Shades of Bright Turquoise #23DFDF
Tints of Bright Turquoise #23DFDF
RGB
CMYK
RGB Variations
Color information
#23DFDF (or 0x23DFDF) is known color: Bright Turquoise. HEX triplet: 23, DF and DF. RGB value is (35,223,223). Sum of RGB (Red+Green+Blue) = 35+223+223=481 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.28% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #23DFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DFDF is #DC2020. Grayscale: #A6A6A6. Windows color (decimal): -14426145 or 14671651. OLE color: 14671651.
HSL color Cylindrical-coordinate representation of color #23DFDF: hue angle of 180º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DFDF is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 223 | 223 | - |
| CMYK | 0.84 | 0 | 0 | 0.13 |
| HSL | 180º | 0.75% | 0.51% | - |
| HSV(B) | 180º | 0.84% | 0.87% | - |
| XYZ | 40.4 | 58.46 | 78.97 | - |
| YUV | 166.79 | 159.72 | 34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 223 | 223 | 0.84 | 0 | 0 | 0.13 | 180 | 0.75 | 0.51 |
| Hex | 23 | DF | DF | 54 | 0 | 0 | D | B4 | 4B | 33 |
| Octal | 43 | 337 | 337 | 124 | 0 | 0 | 15 | 264 | 113 | 63 |
| Binary | 100011 | 11011111 | 11011111 | 1010100 | 0 | 0 | 1101 | 10110100 | 1001011 | 110011 |
Color Harmonies of #23DFDF
Complementary color
Monochromatic Colors of #23DFDF
Black with #23DFDF
Text Example
Text Example
White with #23DFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DFDF; }
p { color: rgb(35,223,223); }
H1.HeaderClassName
{
color: #23DFDF;
}
.AnyTagClassName
{
color: #23DFDF;
}
</style>
background-color css
<style>
a { background-color: #23DFDF; }
a { background-color: rgb(35,223,223); }
div.DivClassName
{
background-color: #23DFDF;
}
.BgClassName
{
background-color: #23DFDF;
}
</style>
border-color css
<style>
span { border-color: #23DFDF; }
span { border-color: rgb(35,223,223); }
td.TdClassName
{
border-color: #23DFDF;
}
.TagClassName
{
border-color: #23DFDF;
}
</style>