Shades of Bright Turquoise #23DFF8
Tints of Bright Turquoise #23DFF8
RGB
CMYK
RGB Variations
Color information
#23DFF8 (or 0x23DFF8) is known color: Bright Turquoise. HEX triplet: 23, DF and F8. RGB value is (35,223,248). Sum of RGB (Red+Green+Blue) = 35+223+248=506 (67% of max value = 765). Red value is 35 (14.06% from 255 or 6.92% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 248 (97.27% from 255 or 49.01% from 506); Max value from RGB is 248 - color contains mainly: blue. Hex color #23DFF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23DFF8 is #DC2007. Grayscale: #A9A9A9. Windows color (decimal): -14426120 or 16310051. OLE color: 16310051.
HSL color Cylindrical-coordinate representation of color #23DFF8: hue angle of 187.04º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23DFF8 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 35 | 223 | 248 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.03 |
| HSL | 187.04º | 0.94% | 0.55% | - |
| HSV(B) | 187.04º | 0.86% | 0.97% | - |
| XYZ | 44.02 | 59.91 | 98.05 | - |
| YUV | 169.64 | 172.22 | 31.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 223 | 248 | 0.86 | 0.10 | 0 | 0.03 | 187.04 | 0.94 | 0.55 |
| Hex | 23 | DF | F8 | 56 | A | 0 | 3 | BB | 5E | 37 |
| Octal | 43 | 337 | 370 | 126 | 12 | 0 | 3 | 273 | 136 | 67 |
| Binary | 100011 | 11011111 | 11111000 | 1010110 | 1010 | 0 | 11 | 10111011 | 1011110 | 110111 |
Color Harmonies of #23DFF8
Complementary color
Monochromatic Colors of #23DFF8
Black with #23DFF8
Text Example
Text Example
White with #23DFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DFF8; }
p { color: rgb(35,223,248); }
H1.HeaderClassName
{
color: #23DFF8;
}
.AnyTagClassName
{
color: #23DFF8;
}
</style>
background-color css
<style>
a { background-color: #23DFF8; }
a { background-color: rgb(35,223,248); }
div.DivClassName
{
background-color: #23DFF8;
}
.BgClassName
{
background-color: #23DFF8;
}
</style>
border-color css
<style>
span { border-color: #23DFF8; }
span { border-color: rgb(35,223,248); }
td.TdClassName
{
border-color: #23DFF8;
}
.TagClassName
{
border-color: #23DFF8;
}
</style>