Shades of Bright Turquoise #23F0D3
Tints of Bright Turquoise #23F0D3
RGB
CMYK
RGB Variations
Color information
#23F0D3 (or 0x23F0D3) is known color: Bright Turquoise. HEX triplet: 23, F0 and D3. RGB value is (35,240,211). Sum of RGB (Red+Green+Blue) = 35+240+211=486 (64% of max value = 765). Red value is 35 (14.06% from 255 or 7.20% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #23F0D3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23F0D3 is #DC0F2C. Grayscale: #AFAFAF. Windows color (decimal): -14421805 or 13889571. OLE color: 13889571.
HSL color Cylindrical-coordinate representation of color #23F0D3: hue angle of 171.51º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23F0D3 is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 35 | 240 | 211 | - |
| CMYK | 0.85 | 0 | 0.12 | 0.06 |
| HSL | 171.51º | 0.87% | 0.54% | - |
| HSV(B) | 171.51º | 0.85% | 0.94% | - |
| XYZ | 43.61 | 67.38 | 72.34 | - |
| YUV | 175.4 | 148.08 | 27.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 240 | 211 | 0.85 | 0 | 0.12 | 0.06 | 171.51 | 0.87 | 0.54 |
| Hex | 23 | F0 | D3 | 55 | 0 | C | 6 | AC | 57 | 36 |
| Octal | 43 | 360 | 323 | 125 | 0 | 14 | 6 | 254 | 127 | 66 |
| Binary | 100011 | 11110000 | 11010011 | 1010101 | 0 | 1100 | 110 | 10101100 | 1010111 | 110110 |
Color Harmonies of #23F0D3
Complementary color
Monochromatic Colors of #23F0D3
Black with #23F0D3
Text Example
Text Example
White with #23F0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23F0D3; }
p { color: rgb(35,240,211); }
H1.HeaderClassName
{
color: #23F0D3;
}
.AnyTagClassName
{
color: #23F0D3;
}
</style>
background-color css
<style>
a { background-color: #23F0D3; }
a { background-color: rgb(35,240,211); }
div.DivClassName
{
background-color: #23F0D3;
}
.BgClassName
{
background-color: #23F0D3;
}
</style>
border-color css
<style>
span { border-color: #23F0D3; }
span { border-color: rgb(35,240,211); }
td.TdClassName
{
border-color: #23F0D3;
}
.TagClassName
{
border-color: #23F0D3;
}
</style>