Shades of Bright Turquoise #23FFDE
Tints of Bright Turquoise #23FFDE
RGB
CMYK
RGB Variations
Color information
#23FFDE (or 0x23FFDE) is known color: Bright Turquoise. HEX triplet: 23, FF and DE. RGB value is (35,255,222). Sum of RGB (Red+Green+Blue) = 35+255+222=512 (67% of max value = 765). Red value is 35 (14.06% from 255 or 6.84% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #23FFDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FFDE is #DC0021. Grayscale: #B9B9B9. Windows color (decimal): -14417954 or 14614307. OLE color: 14614307.
HSL color Cylindrical-coordinate representation of color #23FFDE: hue angle of 171º 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 #23FFDE is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 255 | 222 | - |
| CMYK | 0.86 | 0 | 0.13 | 0 |
| HSL | 171º | 1% | 0.57% | - |
| HSV(B) | 171º | 0.86% | 1% | - |
| XYZ | 49.64 | 77.15 | 81.38 | - |
| YUV | 185.46 | 148.61 | 20.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 255 | 222 | 0.86 | 0 | 0.13 | 0 | 171 | 1 | 0.57 |
| Hex | 23 | FF | DE | 56 | 0 | D | 0 | AB | 64 | 39 |
| Octal | 43 | 377 | 336 | 126 | 0 | 15 | 0 | 253 | 144 | 71 |
| Binary | 100011 | 11111111 | 11011110 | 1010110 | 0 | 1101 | 0 | 10101011 | 1100100 | 111001 |
Color Harmonies of #23FFDE
Complementary color
Monochromatic Colors of #23FFDE
Black with #23FFDE
Text Example
Text Example
White with #23FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FFDE; }
p { color: rgb(35,255,222); }
H1.HeaderClassName
{
color: #23FFDE;
}
.AnyTagClassName
{
color: #23FFDE;
}
</style>
background-color css
<style>
a { background-color: #23FFDE; }
a { background-color: rgb(35,255,222); }
div.DivClassName
{
background-color: #23FFDE;
}
.BgClassName
{
background-color: #23FFDE;
}
</style>
border-color css
<style>
span { border-color: #23FFDE; }
span { border-color: rgb(35,255,222); }
td.TdClassName
{
border-color: #23FFDE;
}
.TagClassName
{
border-color: #23FFDE;
}
</style>