Shades of Bright Turquoise #28E1F1
Tints of Bright Turquoise #28E1F1
RGB
CMYK
RGB Variations
Color information
#28E1F1 (or 0x28E1F1) is known color: Bright Turquoise. HEX triplet: 28, E1 and F1. RGB value is (40,225,241). Sum of RGB (Red+Green+Blue) = 40+225+241=506 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.91% from 506); Green value is 225 (88.28% from 255 or 44.47% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 241 - color contains mainly: blue. Hex color #28E1F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28E1F1 is #D71E0E. Grayscale: #ABABAB. Windows color (decimal): -14097935 or 15851816. OLE color: 15851816.
HSL color Cylindrical-coordinate representation of color #28E1F1: hue angle of 184.78º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E1F1 is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 225 | 241 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.05 |
| HSL | 184.78º | 0.88% | 0.55% | - |
| HSV(B) | 184.78º | 0.83% | 0.95% | - |
| XYZ | 43.68 | 60.65 | 92.62 | - |
| YUV | 171.51 | 167.21 | 34.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 225 | 241 | 0.83 | 0.07 | 0 | 0.05 | 184.78 | 0.88 | 0.55 |
| Hex | 28 | E1 | F1 | 53 | 7 | 0 | 5 | B9 | 58 | 37 |
| Octal | 50 | 341 | 361 | 123 | 7 | 0 | 5 | 271 | 130 | 67 |
| Binary | 101000 | 11100001 | 11110001 | 1010011 | 111 | 0 | 101 | 10111001 | 1011000 | 110111 |
Color Harmonies of #28E1F1
Complementary color
Monochromatic Colors of #28E1F1
Black with #28E1F1
Text Example
Text Example
White with #28E1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E1F1; }
p { color: rgb(40,225,241); }
H1.HeaderClassName
{
color: #28E1F1;
}
.AnyTagClassName
{
color: #28E1F1;
}
</style>
background-color css
<style>
a { background-color: #28E1F1; }
a { background-color: rgb(40,225,241); }
div.DivClassName
{
background-color: #28E1F1;
}
.BgClassName
{
background-color: #28E1F1;
}
</style>
border-color css
<style>
span { border-color: #28E1F1; }
span { border-color: rgb(40,225,241); }
td.TdClassName
{
border-color: #28E1F1;
}
.TagClassName
{
border-color: #28E1F1;
}
</style>