Shades of Turquoise #45DDF2
Tints of Turquoise #45DDF2
RGB
CMYK
RGB Variations
Color information
#45DDF2 (or 0x45DDF2) is known color: Turquoise. HEX triplet: 45, DD and F2. RGB value is (69,221,242). Sum of RGB (Red+Green+Blue) = 69+221+242=532 (70% of max value = 765). Red value is 69 (27.34% from 255 or 12.97% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #45DDF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45DDF2 is #BA220D. Grayscale: #B1B1B1. Windows color (decimal): -12198414 or 15916357. OLE color: 15916357.
HSL color Cylindrical-coordinate representation of color #45DDF2: hue angle of 187.28º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45DDF2 is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 221 | 242 | - |
| CMYK | 0.71 | 0.09 | 0 | 0.05 |
| HSL | 187.28º | 0.87% | 0.61% | - |
| HSV(B) | 187.28º | 0.71% | 0.95% | - |
| XYZ | 44.34 | 59.39 | 93.13 | - |
| YUV | 177.95 | 164.14 | 50.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 221 | 242 | 0.71 | 0.09 | 0 | 0.05 | 187.28 | 0.87 | 0.61 |
| Hex | 45 | DD | F2 | 47 | 9 | 0 | 5 | BB | 57 | 3D |
| Octal | 105 | 335 | 362 | 107 | 11 | 0 | 5 | 273 | 127 | 75 |
| Binary | 1000101 | 11011101 | 11110010 | 1000111 | 1001 | 0 | 101 | 10111011 | 1010111 | 111101 |
Color Harmonies of #45DDF2
Complementary color
Monochromatic Colors of #45DDF2
Black with #45DDF2
Text Example
Text Example
White with #45DDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DDF2; }
p { color: rgb(69,221,242); }
H1.HeaderClassName
{
color: #45DDF2;
}
.AnyTagClassName
{
color: #45DDF2;
}
</style>
background-color css
<style>
a { background-color: #45DDF2; }
a { background-color: rgb(69,221,242); }
div.DivClassName
{
background-color: #45DDF2;
}
.BgClassName
{
background-color: #45DDF2;
}
</style>
border-color css
<style>
span { border-color: #45DDF2; }
span { border-color: rgb(69,221,242); }
td.TdClassName
{
border-color: #45DDF2;
}
.TagClassName
{
border-color: #45DDF2;
}
</style>