Shades of Turquoise #45DFC2
Tints of Turquoise #45DFC2
RGB
CMYK
RGB Variations
Color information
#45DFC2 (or 0x45DFC2) is known color: Turquoise. HEX triplet: 45, DF and C2. RGB value is (69,223,194). Sum of RGB (Red+Green+Blue) = 69+223+194=486 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.20% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 223 - color contains mainly: green. Hex color #45DFC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DFC2 is #BA203D. Grayscale: #ADADAD. Windows color (decimal): -12197950 or 12771141. OLE color: 12771141.
HSL color Cylindrical-coordinate representation of color #45DFC2: hue angle of 168.7º 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 #45DFC2 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 223 | 194 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.13 |
| HSL | 168.7º | 0.71% | 0.57% | - |
| HSV(B) | 168.7º | 0.69% | 0.87% | - |
| XYZ | 38.58 | 57.94 | 60.19 | - |
| YUV | 173.65 | 139.48 | 53.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 223 | 194 | 0.69 | 0 | 0.13 | 0.13 | 168.7 | 0.71 | 0.57 |
| Hex | 45 | DF | C2 | 45 | 0 | D | D | A9 | 47 | 39 |
| Octal | 105 | 337 | 302 | 105 | 0 | 15 | 15 | 251 | 107 | 71 |
| Binary | 1000101 | 11011111 | 11000010 | 1000101 | 0 | 1101 | 1101 | 10101001 | 1000111 | 111001 |
Color Harmonies of #45DFC2
Complementary color
Monochromatic Colors of #45DFC2
Black with #45DFC2
Text Example
Text Example
White with #45DFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DFC2; }
p { color: rgb(69,223,194); }
H1.HeaderClassName
{
color: #45DFC2;
}
.AnyTagClassName
{
color: #45DFC2;
}
</style>
background-color css
<style>
a { background-color: #45DFC2; }
a { background-color: rgb(69,223,194); }
div.DivClassName
{
background-color: #45DFC2;
}
.BgClassName
{
background-color: #45DFC2;
}
</style>
border-color css
<style>
span { border-color: #45DFC2; }
span { border-color: rgb(69,223,194); }
td.TdClassName
{
border-color: #45DFC2;
}
.TagClassName
{
border-color: #45DFC2;
}
</style>