Shades of Bright Turquoise #23DFF1
Tints of Bright Turquoise #23DFF1
RGB
CMYK
RGB Variations
Color information
#23DFF1 (or 0x23DFF1) is known color: Bright Turquoise. HEX triplet: 23, DF and F1. RGB value is (35,223,241). Sum of RGB (Red+Green+Blue) = 35+223+241=499 (66% of max value = 765). Red value is 35 (14.06% from 255 or 7.01% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #23DFF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23DFF1 is #DC200E. Grayscale: #A8A8A8. Windows color (decimal): -14426127 or 15851299. OLE color: 15851299.
HSL color Cylindrical-coordinate representation of color #23DFF1: hue angle of 185.24º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23DFF1 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 223 | 241 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.05 |
| HSL | 185.24º | 0.88% | 0.54% | - |
| HSV(B) | 185.24º | 0.85% | 0.95% | - |
| XYZ | 42.96 | 59.48 | 92.44 | - |
| YUV | 168.84 | 168.72 | 32.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 223 | 241 | 0.85 | 0.07 | 0 | 0.05 | 185.24 | 0.88 | 0.54 |
| Hex | 23 | DF | F1 | 55 | 7 | 0 | 5 | B9 | 58 | 36 |
| Octal | 43 | 337 | 361 | 125 | 7 | 0 | 5 | 271 | 130 | 66 |
| Binary | 100011 | 11011111 | 11110001 | 1010101 | 111 | 0 | 101 | 10111001 | 1011000 | 110110 |
Color Harmonies of #23DFF1
Complementary color
Monochromatic Colors of #23DFF1
Black with #23DFF1
Text Example
Text Example
White with #23DFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DFF1; }
p { color: rgb(35,223,241); }
H1.HeaderClassName
{
color: #23DFF1;
}
.AnyTagClassName
{
color: #23DFF1;
}
</style>
background-color css
<style>
a { background-color: #23DFF1; }
a { background-color: rgb(35,223,241); }
div.DivClassName
{
background-color: #23DFF1;
}
.BgClassName
{
background-color: #23DFF1;
}
</style>
border-color css
<style>
span { border-color: #23DFF1; }
span { border-color: rgb(35,223,241); }
td.TdClassName
{
border-color: #23DFF1;
}
.TagClassName
{
border-color: #23DFF1;
}
</style>