Shades of Bright Turquoise #23FFCC
Tints of Bright Turquoise #23FFCC
RGB
CMYK
RGB Variations
Color information
#23FFCC (or 0x23FFCC) is known color: Bright Turquoise. HEX triplet: 23, FF and CC. RGB value is (35,255,204). Sum of RGB (Red+Green+Blue) = 35+255+204=494 (65% of max value = 765). Red value is 35 (14.06% from 255 or 7.09% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #23FFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FFCC is #DC0033. Grayscale: #B7B7B7. Windows color (decimal): -14417972 or 13434659. OLE color: 13434659.
HSL color Cylindrical-coordinate representation of color #23FFCC: hue angle of 166.09º 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 #23FFCC is Cyan = 0.86, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 255 | 204 | - |
| CMYK | 0.86 | 0 | 0.2 | 0 |
| HSL | 166.09º | 1% | 0.57% | - |
| HSV(B) | 166.09º | 0.86% | 1% | - |
| XYZ | 47.35 | 76.24 | 69.35 | - |
| YUV | 183.41 | 139.61 | 22.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 255 | 204 | 0.86 | 0 | 0.2 | 0 | 166.09 | 1 | 0.57 |
| Hex | 23 | FF | CC | 56 | 0 | 14 | 0 | A6 | 64 | 39 |
| Octal | 43 | 377 | 314 | 126 | 0 | 24 | 0 | 246 | 144 | 71 |
| Binary | 100011 | 11111111 | 11001100 | 1010110 | 0 | 10100 | 0 | 10100110 | 1100100 | 111001 |
Color Harmonies of #23FFCC
Complementary color
Monochromatic Colors of #23FFCC
Black with #23FFCC
Text Example
Text Example
White with #23FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FFCC; }
p { color: rgb(35,255,204); }
H1.HeaderClassName
{
color: #23FFCC;
}
.AnyTagClassName
{
color: #23FFCC;
}
</style>
background-color css
<style>
a { background-color: #23FFCC; }
a { background-color: rgb(35,255,204); }
div.DivClassName
{
background-color: #23FFCC;
}
.BgClassName
{
background-color: #23FFCC;
}
</style>
border-color css
<style>
span { border-color: #23FFCC; }
span { border-color: rgb(35,255,204); }
td.TdClassName
{
border-color: #23FFCC;
}
.TagClassName
{
border-color: #23FFCC;
}
</style>