Shades of Bright Turquoise #23FFCD
Tints of Bright Turquoise #23FFCD
RGB
CMYK
RGB Variations
Color information
#23FFCD (or 0x23FFCD) is known color: Bright Turquoise. HEX triplet: 23, FF and CD. RGB value is (35,255,205). Sum of RGB (Red+Green+Blue) = 35+255+205=495 (65% of max value = 765). Red value is 35 (14.06% from 255 or 7.07% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #23FFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FFCD is #DC0032. Grayscale: #B7B7B7. Windows color (decimal): -14417971 or 13500195. OLE color: 13500195.
HSL color Cylindrical-coordinate representation of color #23FFCD: hue angle of 166.36º 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 #23FFCD is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 255 | 205 | - |
| CMYK | 0.86 | 0 | 0.20 | 0 |
| HSL | 166.36º | 1% | 0.57% | - |
| HSV(B) | 166.36º | 0.86% | 1% | - |
| XYZ | 47.47 | 76.29 | 69.98 | - |
| YUV | 183.52 | 140.11 | 22.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 255 | 205 | 0.86 | 0 | 0.20 | 0 | 166.36 | 1 | 0.57 |
| Hex | 23 | FF | CD | 56 | 0 | 14 | 0 | A6 | 64 | 39 |
| Octal | 43 | 377 | 315 | 126 | 0 | 24 | 0 | 246 | 144 | 71 |
| Binary | 100011 | 11111111 | 11001101 | 1010110 | 0 | 10100 | 0 | 10100110 | 1100100 | 111001 |
Color Harmonies of #23FFCD
Complementary color
Monochromatic Colors of #23FFCD
Black with #23FFCD
Text Example
Text Example
White with #23FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FFCD; }
p { color: rgb(35,255,205); }
H1.HeaderClassName
{
color: #23FFCD;
}
.AnyTagClassName
{
color: #23FFCD;
}
</style>
background-color css
<style>
a { background-color: #23FFCD; }
a { background-color: rgb(35,255,205); }
div.DivClassName
{
background-color: #23FFCD;
}
.BgClassName
{
background-color: #23FFCD;
}
</style>
border-color css
<style>
span { border-color: #23FFCD; }
span { border-color: rgb(35,255,205); }
td.TdClassName
{
border-color: #23FFCD;
}
.TagClassName
{
border-color: #23FFCD;
}
</style>