Shades of Bright Turquoise #23FFDA
Tints of Bright Turquoise #23FFDA
RGB
CMYK
RGB Variations
Color information
#23FFDA (or 0x23FFDA) is known color: Bright Turquoise. HEX triplet: 23, FF and DA. RGB value is (35,255,218). Sum of RGB (Red+Green+Blue) = 35+255+218=508 (67% of max value = 765). Red value is 35 (14.06% from 255 or 6.89% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #23FFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FFDA is #DC0025. Grayscale: #B8B8B8. Windows color (decimal): -14417958 or 14352163. OLE color: 14352163.
HSL color Cylindrical-coordinate representation of color #23FFDA: hue angle of 169.91º 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 #23FFDA is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 255 | 218 | - |
| CMYK | 0.86 | 0 | 0.15 | 0 |
| HSL | 169.91º | 1% | 0.57% | - |
| HSV(B) | 169.91º | 0.86% | 1% | - |
| XYZ | 49.11 | 76.94 | 78.59 | - |
| YUV | 185 | 146.61 | 21.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 255 | 218 | 0.86 | 0 | 0.15 | 0 | 169.91 | 1 | 0.57 |
| Hex | 23 | FF | DA | 56 | 0 | F | 0 | AA | 64 | 39 |
| Octal | 43 | 377 | 332 | 126 | 0 | 17 | 0 | 252 | 144 | 71 |
| Binary | 100011 | 11111111 | 11011010 | 1010110 | 0 | 1111 | 0 | 10101010 | 1100100 | 111001 |
Color Harmonies of #23FFDA
Complementary color
Monochromatic Colors of #23FFDA
Black with #23FFDA
Text Example
Text Example
White with #23FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FFDA; }
p { color: rgb(35,255,218); }
H1.HeaderClassName
{
color: #23FFDA;
}
.AnyTagClassName
{
color: #23FFDA;
}
</style>
background-color css
<style>
a { background-color: #23FFDA; }
a { background-color: rgb(35,255,218); }
div.DivClassName
{
background-color: #23FFDA;
}
.BgClassName
{
background-color: #23FFDA;
}
</style>
border-color css
<style>
span { border-color: #23FFDA; }
span { border-color: rgb(35,255,218); }
td.TdClassName
{
border-color: #23FFDA;
}
.TagClassName
{
border-color: #23FFDA;
}
</style>