Shades of Bright Turquoise #23FADB
Tints of Bright Turquoise #23FADB
RGB
CMYK
RGB Variations
Color information
#23FADB (or 0x23FADB) is known color: Bright Turquoise. HEX triplet: 23, FA and DB. RGB value is (35,250,219). Sum of RGB (Red+Green+Blue) = 35+250+219=504 (66% of max value = 765). Red value is 35 (14.06% from 255 or 6.94% from 504); Green value is 250 (98.05% from 255 or 49.60% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 250 - color contains mainly: green. Hex color #23FADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FADB is #DC0524. Grayscale: #B6B6B6. Windows color (decimal): -14419237 or 14416419. OLE color: 14416419.
HSL color Cylindrical-coordinate representation of color #23FADB: hue angle of 171.35º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23FADB is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 250 | 219 | - |
| CMYK | 0.86 | 0 | 0.12 | 0.02 |
| HSL | 171.35º | 0.96% | 0.56% | - |
| HSV(B) | 171.35º | 0.86% | 0.98% | - |
| XYZ | 47.66 | 73.84 | 78.76 | - |
| YUV | 182.18 | 148.77 | 23.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 250 | 219 | 0.86 | 0 | 0.12 | 0.02 | 171.35 | 0.96 | 0.56 |
| Hex | 23 | FA | DB | 56 | 0 | C | 2 | AB | 60 | 38 |
| Octal | 43 | 372 | 333 | 126 | 0 | 14 | 2 | 253 | 140 | 70 |
| Binary | 100011 | 11111010 | 11011011 | 1010110 | 0 | 1100 | 10 | 10101011 | 1100000 | 111000 |
Color Harmonies of #23FADB
Complementary color
Monochromatic Colors of #23FADB
Black with #23FADB
Text Example
Text Example
White with #23FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FADB; }
p { color: rgb(35,250,219); }
H1.HeaderClassName
{
color: #23FADB;
}
.AnyTagClassName
{
color: #23FADB;
}
</style>
background-color css
<style>
a { background-color: #23FADB; }
a { background-color: rgb(35,250,219); }
div.DivClassName
{
background-color: #23FADB;
}
.BgClassName
{
background-color: #23FADB;
}
</style>
border-color css
<style>
span { border-color: #23FADB; }
span { border-color: rgb(35,250,219); }
td.TdClassName
{
border-color: #23FADB;
}
.TagClassName
{
border-color: #23FADB;
}
</style>