Shades of Bright Turquoise #23DFE6
Tints of Bright Turquoise #23DFE6
RGB
CMYK
RGB Variations
Color information
#23DFE6 (or 0x23DFE6) is known color: Bright Turquoise. HEX triplet: 23, DF and E6. RGB value is (35,223,230). Sum of RGB (Red+Green+Blue) = 35+223+230=488 (64% of max value = 765). Red value is 35 (14.06% from 255 or 7.17% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 230 (90.23% from 255 or 47.13% from 488); Max value from RGB is 230 - color contains mainly: blue. Hex color #23DFE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23DFE6 is #DC2019. Grayscale: #A7A7A7. Windows color (decimal): -14426138 or 15130403. OLE color: 15130403.
HSL color Cylindrical-coordinate representation of color #23DFE6: hue angle of 182.15º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23DFE6 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 35 | 223 | 230 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.10 |
| HSL | 182.15º | 0.8% | 0.52% | - |
| HSV(B) | 182.15º | 0.85% | 0.9% | - |
| XYZ | 41.36 | 58.85 | 84.04 | - |
| YUV | 167.59 | 163.22 | 33.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 223 | 230 | 0.85 | 0.03 | 0 | 0.10 | 182.15 | 0.8 | 0.52 |
| Hex | 23 | DF | E6 | 55 | 3 | 0 | A | B6 | 50 | 34 |
| Octal | 43 | 337 | 346 | 125 | 3 | 0 | 12 | 266 | 120 | 64 |
| Binary | 100011 | 11011111 | 11100110 | 1010101 | 11 | 0 | 1010 | 10110110 | 1010000 | 110100 |
Color Harmonies of #23DFE6
Complementary color
Monochromatic Colors of #23DFE6
Black with #23DFE6
Text Example
Text Example
White with #23DFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DFE6; }
p { color: rgb(35,223,230); }
H1.HeaderClassName
{
color: #23DFE6;
}
.AnyTagClassName
{
color: #23DFE6;
}
</style>
background-color css
<style>
a { background-color: #23DFE6; }
a { background-color: rgb(35,223,230); }
div.DivClassName
{
background-color: #23DFE6;
}
.BgClassName
{
background-color: #23DFE6;
}
</style>
border-color css
<style>
span { border-color: #23DFE6; }
span { border-color: rgb(35,223,230); }
td.TdClassName
{
border-color: #23DFE6;
}
.TagClassName
{
border-color: #23DFE6;
}
</style>