Shades of Bright Turquoise #23FCCC
Tints of Bright Turquoise #23FCCC
RGB
CMYK
RGB Variations
Color information
#23FCCC (or 0x23FCCC) is known color: Bright Turquoise. HEX triplet: 23, FC and CC. RGB value is (35,252,204). Sum of RGB (Red+Green+Blue) = 35+252+204=491 (65% of max value = 765). Red value is 35 (14.06% from 255 or 7.13% from 491); Green value is 252 (98.83% from 255 or 51.32% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 252 - color contains mainly: green. Hex color #23FCCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FCCC is #DC0333. Grayscale: #B5B5B5. Windows color (decimal): -14418740 or 13433891. OLE color: 13433891.
HSL color Cylindrical-coordinate representation of color #23FCCC: hue angle of 166.73º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23FCCC is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 252 | 204 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.01 |
| HSL | 166.73º | 0.97% | 0.56% | - |
| HSV(B) | 166.73º | 0.86% | 0.99% | - |
| XYZ | 46.4 | 74.34 | 69.03 | - |
| YUV | 181.65 | 140.61 | 23.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 252 | 204 | 0.86 | 0 | 0.19 | 0.01 | 166.73 | 0.97 | 0.56 |
| Hex | 23 | FC | CC | 56 | 0 | 13 | 1 | A7 | 61 | 38 |
| Octal | 43 | 374 | 314 | 126 | 0 | 23 | 1 | 247 | 141 | 70 |
| Binary | 100011 | 11111100 | 11001100 | 1010110 | 0 | 10011 | 1 | 10100111 | 1100001 | 111000 |
Color Harmonies of #23FCCC
Complementary color
Monochromatic Colors of #23FCCC
Black with #23FCCC
Text Example
Text Example
White with #23FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FCCC; }
p { color: rgb(35,252,204); }
H1.HeaderClassName
{
color: #23FCCC;
}
.AnyTagClassName
{
color: #23FCCC;
}
</style>
background-color css
<style>
a { background-color: #23FCCC; }
a { background-color: rgb(35,252,204); }
div.DivClassName
{
background-color: #23FCCC;
}
.BgClassName
{
background-color: #23FCCC;
}
</style>
border-color css
<style>
span { border-color: #23FCCC; }
span { border-color: rgb(35,252,204); }
td.TdClassName
{
border-color: #23FCCC;
}
.TagClassName
{
border-color: #23FCCC;
}
</style>