Shades of Turquoise Blue #75DFFE
Tints of Turquoise Blue #75DFFE
RGB
CMYK
RGB Variations
Color information
#75DFFE (or 0x75DFFE) is known color: Turquoise Blue. HEX triplet: 75, DF and FE. RGB value is (117,223,254). Sum of RGB (Red+Green+Blue) = 117+223+254=594 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.70% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #75DFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75DFFE is #8A2001. Grayscale: #C2C2C2. Windows color (decimal): -9052162 or 16703349. OLE color: 16703349.
HSL color Cylindrical-coordinate representation of color #75DFFE: hue angle of 193.58º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75DFFE is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 223 | 254 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.00 |
| HSL | 193.58º | 0.99% | 0.73% | - |
| HSV(B) | 193.58º | 0.54% | 1% | - |
| XYZ | 51.61 | 63.71 | 103.34 | - |
| YUV | 194.84 | 161.38 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 223 | 254 | 0.54 | 0.12 | 0 | 0.00 | 193.58 | 0.99 | 0.73 |
| Hex | 75 | DF | FE | 36 | C | 0 | 0 | C2 | 63 | 49 |
| Octal | 165 | 337 | 376 | 66 | 14 | 0 | 0 | 302 | 143 | 111 |
| Binary | 1110101 | 11011111 | 11111110 | 110110 | 1100 | 0 | 0 | 11000010 | 1100011 | 1001001 |
Color Harmonies of #75DFFE
Complementary color
Monochromatic Colors of #75DFFE
Black with #75DFFE
Text Example
Text Example
White with #75DFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DFFE; }
p { color: rgb(117,223,254); }
H1.HeaderClassName
{
color: #75DFFE;
}
.AnyTagClassName
{
color: #75DFFE;
}
</style>
background-color css
<style>
a { background-color: #75DFFE; }
a { background-color: rgb(117,223,254); }
div.DivClassName
{
background-color: #75DFFE;
}
.BgClassName
{
background-color: #75DFFE;
}
</style>
border-color css
<style>
span { border-color: #75DFFE; }
span { border-color: rgb(117,223,254); }
td.TdClassName
{
border-color: #75DFFE;
}
.TagClassName
{
border-color: #75DFFE;
}
</style>