Shades of Bright Turquoise #23F9D0
Tints of Bright Turquoise #23F9D0
RGB
CMYK
RGB Variations
Color information
#23F9D0 (or 0x23F9D0) is known color: Bright Turquoise. HEX triplet: 23, F9 and D0. RGB value is (35,249,208). Sum of RGB (Red+Green+Blue) = 35+249+208=492 (65% of max value = 765). Red value is 35 (14.06% from 255 or 7.11% from 492); Green value is 249 (97.66% from 255 or 50.61% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 249 - color contains mainly: green. Hex color #23F9D0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23F9D0 is #DC062F. Grayscale: #B4B4B4. Windows color (decimal): -14419504 or 13695267. OLE color: 13695267.
HSL color Cylindrical-coordinate representation of color #23F9D0: hue angle of 168.5º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23F9D0 is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 249 | 208 | - |
| CMYK | 0.86 | 0 | 0.16 | 0.02 |
| HSL | 168.5º | 0.95% | 0.56% | - |
| HSV(B) | 168.5º | 0.86% | 0.98% | - |
| XYZ | 45.95 | 72.66 | 71.28 | - |
| YUV | 180.34 | 143.6 | 24.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 249 | 208 | 0.86 | 0 | 0.16 | 0.02 | 168.5 | 0.95 | 0.56 |
| Hex | 23 | F9 | D0 | 56 | 0 | 10 | 2 | A9 | 5F | 38 |
| Octal | 43 | 371 | 320 | 126 | 0 | 20 | 2 | 251 | 137 | 70 |
| Binary | 100011 | 11111001 | 11010000 | 1010110 | 0 | 10000 | 10 | 10101001 | 1011111 | 111000 |
Color Harmonies of #23F9D0
Complementary color
Monochromatic Colors of #23F9D0
Black with #23F9D0
Text Example
Text Example
White with #23F9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23F9D0; }
p { color: rgb(35,249,208); }
H1.HeaderClassName
{
color: #23F9D0;
}
.AnyTagClassName
{
color: #23F9D0;
}
</style>
background-color css
<style>
a { background-color: #23F9D0; }
a { background-color: rgb(35,249,208); }
div.DivClassName
{
background-color: #23F9D0;
}
.BgClassName
{
background-color: #23F9D0;
}
</style>
border-color css
<style>
span { border-color: #23F9D0; }
span { border-color: rgb(35,249,208); }
td.TdClassName
{
border-color: #23F9D0;
}
.TagClassName
{
border-color: #23F9D0;
}
</style>