Shades of Turquoise #45DFD2
Tints of Turquoise #45DFD2
RGB
CMYK
RGB Variations
Color information
#45DFD2 (or 0x45DFD2) is known color: Turquoise. HEX triplet: 45, DF and D2. RGB value is (69,223,210). Sum of RGB (Red+Green+Blue) = 69+223+210=502 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.75% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 210 (82.42% from 255 or 41.83% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #45DFD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DFD2 is #BA202D. Grayscale: #AFAFAF. Windows color (decimal): -12197934 or 13819717. OLE color: 13819717.
HSL color Cylindrical-coordinate representation of color #45DFD2: hue angle of 174.94º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DFD2 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 223 | 210 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.13 |
| HSL | 174.94º | 0.71% | 0.57% | - |
| HSV(B) | 174.94º | 0.69% | 0.87% | - |
| XYZ | 40.47 | 58.69 | 70.17 | - |
| YUV | 175.47 | 147.48 | 52.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 223 | 210 | 0.69 | 0 | 0.06 | 0.13 | 174.94 | 0.71 | 0.57 |
| Hex | 45 | DF | D2 | 45 | 0 | 6 | D | AF | 47 | 39 |
| Octal | 105 | 337 | 322 | 105 | 0 | 6 | 15 | 257 | 107 | 71 |
| Binary | 1000101 | 11011111 | 11010010 | 1000101 | 0 | 110 | 1101 | 10101111 | 1000111 | 111001 |
Color Harmonies of #45DFD2
Complementary color
Monochromatic Colors of #45DFD2
Black with #45DFD2
Text Example
Text Example
White with #45DFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DFD2; }
p { color: rgb(69,223,210); }
H1.HeaderClassName
{
color: #45DFD2;
}
.AnyTagClassName
{
color: #45DFD2;
}
</style>
background-color css
<style>
a { background-color: #45DFD2; }
a { background-color: rgb(69,223,210); }
div.DivClassName
{
background-color: #45DFD2;
}
.BgClassName
{
background-color: #45DFD2;
}
</style>
border-color css
<style>
span { border-color: #45DFD2; }
span { border-color: rgb(69,223,210); }
td.TdClassName
{
border-color: #45DFD2;
}
.TagClassName
{
border-color: #45DFD2;
}
</style>