Shades of Turquoise Blue #45DDF8
Tints of Turquoise Blue #45DDF8
RGB
CMYK
RGB Variations
Color information
#45DDF8 (or 0x45DDF8) is known color: Turquoise Blue. HEX triplet: 45, DD and F8. RGB value is (69,221,248). Sum of RGB (Red+Green+Blue) = 69+221+248=538 (71% of max value = 765). Red value is 69 (27.34% from 255 or 12.83% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 248 (97.27% from 255 or 46.10% from 538); Max value from RGB is 248 - color contains mainly: blue. Hex color #45DDF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45DDF8 is #BA2207. Grayscale: #B2B2B2. Windows color (decimal): -12198408 or 16309573. OLE color: 16309573.
HSL color Cylindrical-coordinate representation of color #45DDF8: hue angle of 189.05º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45DDF8 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 69 | 221 | 248 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.03 |
| HSL | 189.05º | 0.93% | 0.62% | - |
| HSV(B) | 189.05º | 0.72% | 0.97% | - |
| XYZ | 45.25 | 59.76 | 97.96 | - |
| YUV | 178.63 | 167.14 | 49.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 221 | 248 | 0.72 | 0.11 | 0 | 0.03 | 189.05 | 0.93 | 0.62 |
| Hex | 45 | DD | F8 | 48 | B | 0 | 3 | BD | 5D | 3E |
| Octal | 105 | 335 | 370 | 110 | 13 | 0 | 3 | 275 | 135 | 76 |
| Binary | 1000101 | 11011101 | 11111000 | 1001000 | 1011 | 0 | 11 | 10111101 | 1011101 | 111110 |
Color Harmonies of #45DDF8
Complementary color
Monochromatic Colors of #45DDF8
Black with #45DDF8
Text Example
Text Example
White with #45DDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DDF8; }
p { color: rgb(69,221,248); }
H1.HeaderClassName
{
color: #45DDF8;
}
.AnyTagClassName
{
color: #45DDF8;
}
</style>
background-color css
<style>
a { background-color: #45DDF8; }
a { background-color: rgb(69,221,248); }
div.DivClassName
{
background-color: #45DDF8;
}
.BgClassName
{
background-color: #45DDF8;
}
</style>
border-color css
<style>
span { border-color: #45DDF8; }
span { border-color: rgb(69,221,248); }
td.TdClassName
{
border-color: #45DDF8;
}
.TagClassName
{
border-color: #45DDF8;
}
</style>