Shades of Turquoise #45DBF2
Tints of Turquoise #45DBF2
RGB
CMYK
RGB Variations
Color information
#45DBF2 (or 0x45DBF2) is known color: Turquoise. HEX triplet: 45, DB and F2. RGB value is (69,219,242). Sum of RGB (Red+Green+Blue) = 69+219+242=530 (70% of max value = 765). Red value is 69 (27.34% from 255 or 13.02% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 242 - color contains mainly: blue. Hex color #45DBF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45DBF2 is #BA240D. Grayscale: #B0B0B0. Windows color (decimal): -12198926 or 15915845. OLE color: 15915845.
HSL color Cylindrical-coordinate representation of color #45DBF2: hue angle of 187.98º 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 #45DBF2 is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 219 | 242 | - |
| CMYK | 0.71 | 0.10 | 0 | 0.05 |
| HSL | 187.98º | 0.87% | 0.61% | - |
| HSV(B) | 187.98º | 0.71% | 0.95% | - |
| XYZ | 43.81 | 58.34 | 92.96 | - |
| YUV | 176.77 | 164.81 | 51.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 219 | 242 | 0.71 | 0.10 | 0 | 0.05 | 187.98 | 0.87 | 0.61 |
| Hex | 45 | DB | F2 | 47 | A | 0 | 5 | BC | 57 | 3D |
| Octal | 105 | 333 | 362 | 107 | 12 | 0 | 5 | 274 | 127 | 75 |
| Binary | 1000101 | 11011011 | 11110010 | 1000111 | 1010 | 0 | 101 | 10111100 | 1010111 | 111101 |
Color Harmonies of #45DBF2
Complementary color
Monochromatic Colors of #45DBF2
Black with #45DBF2
Text Example
Text Example
White with #45DBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DBF2; }
p { color: rgb(69,219,242); }
H1.HeaderClassName
{
color: #45DBF2;
}
.AnyTagClassName
{
color: #45DBF2;
}
</style>
background-color css
<style>
a { background-color: #45DBF2; }
a { background-color: rgb(69,219,242); }
div.DivClassName
{
background-color: #45DBF2;
}
.BgClassName
{
background-color: #45DBF2;
}
</style>
border-color css
<style>
span { border-color: #45DBF2; }
span { border-color: rgb(69,219,242); }
td.TdClassName
{
border-color: #45DBF2;
}
.TagClassName
{
border-color: #45DBF2;
}
</style>