Shades of Bright Turquoise #23FFD3
Tints of Bright Turquoise #23FFD3
RGB
CMYK
RGB Variations
Color information
#23FFD3 (or 0x23FFD3) is known color: Bright Turquoise. HEX triplet: 23, FF and D3. RGB value is (35,255,211). Sum of RGB (Red+Green+Blue) = 35+255+211=501 (66% of max value = 765). Red value is 35 (14.06% from 255 or 6.99% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 211 (82.81% from 255 or 42.12% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #23FFD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FFD3 is #DC002C. Grayscale: #B8B8B8. Windows color (decimal): -14417965 or 13893411. OLE color: 13893411.
HSL color Cylindrical-coordinate representation of color #23FFD3: hue angle of 168º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23FFD3 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 255 | 211 | - |
| CMYK | 0.86 | 0 | 0.17 | 0 |
| HSL | 168º | 1% | 0.57% | - |
| HSV(B) | 168º | 0.86% | 1% | - |
| XYZ | 48.21 | 76.58 | 73.87 | - |
| YUV | 184.2 | 143.11 | 21.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 255 | 211 | 0.86 | 0 | 0.17 | 0 | 168 | 1 | 0.57 |
| Hex | 23 | FF | D3 | 56 | 0 | 11 | 0 | A8 | 64 | 39 |
| Octal | 43 | 377 | 323 | 126 | 0 | 21 | 0 | 250 | 144 | 71 |
| Binary | 100011 | 11111111 | 11010011 | 1010110 | 0 | 10001 | 0 | 10101000 | 1100100 | 111001 |
Color Harmonies of #23FFD3
Complementary color
Monochromatic Colors of #23FFD3
Black with #23FFD3
Text Example
Text Example
White with #23FFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FFD3; }
p { color: rgb(35,255,211); }
H1.HeaderClassName
{
color: #23FFD3;
}
.AnyTagClassName
{
color: #23FFD3;
}
</style>
background-color css
<style>
a { background-color: #23FFD3; }
a { background-color: rgb(35,255,211); }
div.DivClassName
{
background-color: #23FFD3;
}
.BgClassName
{
background-color: #23FFD3;
}
</style>
border-color css
<style>
span { border-color: #23FFD3; }
span { border-color: rgb(35,255,211); }
td.TdClassName
{
border-color: #23FFD3;
}
.TagClassName
{
border-color: #23FFD3;
}
</style>