Shades of Bright Turquoise #23FFCB
Tints of Bright Turquoise #23FFCB
RGB
CMYK
RGB Variations
Color information
#23FFCB (or 0x23FFCB) is known color: Bright Turquoise. HEX triplet: 23, FF and CB. RGB value is (35,255,203). Sum of RGB (Red+Green+Blue) = 35+255+203=493 (65% of max value = 765). Red value is 35 (14.06% from 255 or 7.10% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #23FFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FFCB is #DC0034. Grayscale: #B7B7B7. Windows color (decimal): -14417973 or 13369123. OLE color: 13369123.
HSL color Cylindrical-coordinate representation of color #23FFCB: hue angle of 165.82º 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 #23FFCB is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 255 | 203 | - |
| CMYK | 0.86 | 0 | 0.20 | 0 |
| HSL | 165.82º | 1% | 0.57% | - |
| HSV(B) | 165.82º | 0.86% | 1% | - |
| XYZ | 47.23 | 76.19 | 68.72 | - |
| YUV | 183.29 | 139.11 | 22.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 255 | 203 | 0.86 | 0 | 0.20 | 0 | 165.82 | 1 | 0.57 |
| Hex | 23 | FF | CB | 56 | 0 | 14 | 0 | A6 | 64 | 39 |
| Octal | 43 | 377 | 313 | 126 | 0 | 24 | 0 | 246 | 144 | 71 |
| Binary | 100011 | 11111111 | 11001011 | 1010110 | 0 | 10100 | 0 | 10100110 | 1100100 | 111001 |
Color Harmonies of #23FFCB
Complementary color
Monochromatic Colors of #23FFCB
Black with #23FFCB
Text Example
Text Example
White with #23FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FFCB; }
p { color: rgb(35,255,203); }
H1.HeaderClassName
{
color: #23FFCB;
}
.AnyTagClassName
{
color: #23FFCB;
}
</style>
background-color css
<style>
a { background-color: #23FFCB; }
a { background-color: rgb(35,255,203); }
div.DivClassName
{
background-color: #23FFCB;
}
.BgClassName
{
background-color: #23FFCB;
}
</style>
border-color css
<style>
span { border-color: #23FFCB; }
span { border-color: rgb(35,255,203); }
td.TdClassName
{
border-color: #23FFCB;
}
.TagClassName
{
border-color: #23FFCB;
}
</style>