Shades of Bright Turquoise #23FCDB
Tints of Bright Turquoise #23FCDB
RGB
CMYK
RGB Variations
Color information
#23FCDB (or 0x23FCDB) is known color: Bright Turquoise. HEX triplet: 23, FC and DB. RGB value is (35,252,219). Sum of RGB (Red+Green+Blue) = 35+252+219=506 (67% of max value = 765). Red value is 35 (14.06% from 255 or 6.92% from 506); Green value is 252 (98.83% from 255 or 49.80% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 252 - color contains mainly: green. Hex color #23FCDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FCDB is #DC0324. Grayscale: #B7B7B7. Windows color (decimal): -14418725 or 14416931. OLE color: 14416931.
HSL color Cylindrical-coordinate representation of color #23FCDB: hue angle of 170.88º 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 #23FCDB is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 252 | 219 | - |
| CMYK | 0.86 | 0 | 0.13 | 0.01 |
| HSL | 170.88º | 0.97% | 0.56% | - |
| HSV(B) | 170.88º | 0.86% | 0.99% | - |
| XYZ | 48.29 | 75.09 | 78.97 | - |
| YUV | 183.36 | 148.11 | 22.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 252 | 219 | 0.86 | 0 | 0.13 | 0.01 | 170.88 | 0.97 | 0.56 |
| Hex | 23 | FC | DB | 56 | 0 | D | 1 | AB | 61 | 38 |
| Octal | 43 | 374 | 333 | 126 | 0 | 15 | 1 | 253 | 141 | 70 |
| Binary | 100011 | 11111100 | 11011011 | 1010110 | 0 | 1101 | 1 | 10101011 | 1100001 | 111000 |
Color Harmonies of #23FCDB
Complementary color
Monochromatic Colors of #23FCDB
Black with #23FCDB
Text Example
Text Example
White with #23FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FCDB; }
p { color: rgb(35,252,219); }
H1.HeaderClassName
{
color: #23FCDB;
}
.AnyTagClassName
{
color: #23FCDB;
}
</style>
background-color css
<style>
a { background-color: #23FCDB; }
a { background-color: rgb(35,252,219); }
div.DivClassName
{
background-color: #23FCDB;
}
.BgClassName
{
background-color: #23FCDB;
}
</style>
border-color css
<style>
span { border-color: #23FCDB; }
span { border-color: rgb(35,252,219); }
td.TdClassName
{
border-color: #23FCDB;
}
.TagClassName
{
border-color: #23FCDB;
}
</style>