Shades of Bright Turquoise #23FFCF
Tints of Bright Turquoise #23FFCF
RGB
CMYK
RGB Variations
Color information
#23FFCF (or 0x23FFCF) is known color: Bright Turquoise. HEX triplet: 23, FF and CF. RGB value is (35,255,207). Sum of RGB (Red+Green+Blue) = 35+255+207=497 (65% of max value = 765). Red value is 35 (14.06% from 255 or 7.04% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #23FFCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FFCF is #DC0030. Grayscale: #B7B7B7. Windows color (decimal): -14417969 or 13631267. OLE color: 13631267.
HSL color Cylindrical-coordinate representation of color #23FFCF: hue angle of 166.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 #23FFCF is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 255 | 207 | - |
| CMYK | 0.86 | 0 | 0.19 | 0 |
| HSL | 166.91º | 1% | 0.57% | - |
| HSV(B) | 166.91º | 0.86% | 1% | - |
| XYZ | 47.72 | 76.38 | 71.26 | - |
| YUV | 183.75 | 141.11 | 21.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 255 | 207 | 0.86 | 0 | 0.19 | 0 | 166.91 | 1 | 0.57 |
| Hex | 23 | FF | CF | 56 | 0 | 13 | 0 | A7 | 64 | 39 |
| Octal | 43 | 377 | 317 | 126 | 0 | 23 | 0 | 247 | 144 | 71 |
| Binary | 100011 | 11111111 | 11001111 | 1010110 | 0 | 10011 | 0 | 10100111 | 1100100 | 111001 |
Color Harmonies of #23FFCF
Complementary color
Monochromatic Colors of #23FFCF
Black with #23FFCF
Text Example
Text Example
White with #23FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FFCF; }
p { color: rgb(35,255,207); }
H1.HeaderClassName
{
color: #23FFCF;
}
.AnyTagClassName
{
color: #23FFCF;
}
</style>
background-color css
<style>
a { background-color: #23FFCF; }
a { background-color: rgb(35,255,207); }
div.DivClassName
{
background-color: #23FFCF;
}
.BgClassName
{
background-color: #23FFCF;
}
</style>
border-color css
<style>
span { border-color: #23FFCF; }
span { border-color: rgb(35,255,207); }
td.TdClassName
{
border-color: #23FFCF;
}
.TagClassName
{
border-color: #23FFCF;
}
</style>