Shades of Bright Turquoise #23DBF1
Tints of Bright Turquoise #23DBF1
RGB
CMYK
RGB Variations
Color information
#23DBF1 (or 0x23DBF1) is known color: Bright Turquoise. HEX triplet: 23, DB and F1. RGB value is (35,219,241). Sum of RGB (Red+Green+Blue) = 35+219+241=495 (65% of max value = 765). Red value is 35 (14.06% from 255 or 7.07% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #23DBF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23DBF1 is #DC240E. Grayscale: #A6A6A6. Windows color (decimal): -14427151 or 15850275. OLE color: 15850275.
HSL color Cylindrical-coordinate representation of color #23DBF1: hue angle of 186.41º 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 #23DBF1 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 219 | 241 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.05 |
| HSL | 186.41º | 0.88% | 0.54% | - |
| HSV(B) | 186.41º | 0.85% | 0.95% | - |
| XYZ | 41.9 | 57.37 | 92.08 | - |
| YUV | 166.49 | 170.04 | 34.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 219 | 241 | 0.85 | 0.09 | 0 | 0.05 | 186.41 | 0.88 | 0.54 |
| Hex | 23 | DB | F1 | 55 | 9 | 0 | 5 | BA | 58 | 36 |
| Octal | 43 | 333 | 361 | 125 | 11 | 0 | 5 | 272 | 130 | 66 |
| Binary | 100011 | 11011011 | 11110001 | 1010101 | 1001 | 0 | 101 | 10111010 | 1011000 | 110110 |
Color Harmonies of #23DBF1
Complementary color
Monochromatic Colors of #23DBF1
Black with #23DBF1
Text Example
Text Example
White with #23DBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DBF1; }
p { color: rgb(35,219,241); }
H1.HeaderClassName
{
color: #23DBF1;
}
.AnyTagClassName
{
color: #23DBF1;
}
</style>
background-color css
<style>
a { background-color: #23DBF1; }
a { background-color: rgb(35,219,241); }
div.DivClassName
{
background-color: #23DBF1;
}
.BgClassName
{
background-color: #23DBF1;
}
</style>
border-color css
<style>
span { border-color: #23DBF1; }
span { border-color: rgb(35,219,241); }
td.TdClassName
{
border-color: #23DBF1;
}
.TagClassName
{
border-color: #23DBF1;
}
</style>