Shades of Bright Turquoise #28DBF3
Tints of Bright Turquoise #28DBF3
RGB
CMYK
RGB Variations
Color information
#28DBF3 (or 0x28DBF3) is known color: Bright Turquoise. HEX triplet: 28, DB and F3. RGB value is (40,219,243). Sum of RGB (Red+Green+Blue) = 40+219+243=502 (66% of max value = 765). Red value is 40 (16.02% from 255 or 7.97% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 243 - color contains mainly: blue. Hex color #28DBF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DBF3 is #D7240C. Grayscale: #A7A7A7. Windows color (decimal): -14099469 or 15981352. OLE color: 15981352.
HSL color Cylindrical-coordinate representation of color #28DBF3: hue angle of 187.09º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28DBF3 is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 219 | 243 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.05 |
| HSL | 187.09º | 0.89% | 0.55% | - |
| HSV(B) | 187.09º | 0.84% | 0.95% | - |
| XYZ | 42.38 | 57.59 | 93.68 | - |
| YUV | 168.22 | 170.2 | 36.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 219 | 243 | 0.84 | 0.10 | 0 | 0.05 | 187.09 | 0.89 | 0.55 |
| Hex | 28 | DB | F3 | 54 | A | 0 | 5 | BB | 59 | 37 |
| Octal | 50 | 333 | 363 | 124 | 12 | 0 | 5 | 273 | 131 | 67 |
| Binary | 101000 | 11011011 | 11110011 | 1010100 | 1010 | 0 | 101 | 10111011 | 1011001 | 110111 |
Color Harmonies of #28DBF3
Complementary color
Monochromatic Colors of #28DBF3
Black with #28DBF3
Text Example
Text Example
White with #28DBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DBF3; }
p { color: rgb(40,219,243); }
H1.HeaderClassName
{
color: #28DBF3;
}
.AnyTagClassName
{
color: #28DBF3;
}
</style>
background-color css
<style>
a { background-color: #28DBF3; }
a { background-color: rgb(40,219,243); }
div.DivClassName
{
background-color: #28DBF3;
}
.BgClassName
{
background-color: #28DBF3;
}
</style>
border-color css
<style>
span { border-color: #28DBF3; }
span { border-color: rgb(40,219,243); }
td.TdClassName
{
border-color: #28DBF3;
}
.TagClassName
{
border-color: #28DBF3;
}
</style>