Shades of Turquoise #45DCCE
Tints of Turquoise #45DCCE
RGB
CMYK
RGB Variations
Color information
#45DCCE (or 0x45DCCE) is known color: Turquoise. HEX triplet: 45, DC and CE. RGB value is (69,220,206). Sum of RGB (Red+Green+Blue) = 69+220+206=495 (65% of max value = 765). Red value is 69 (27.34% from 255 or 13.94% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #45DCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DCCE is #BA2331. Grayscale: #ADADAD. Windows color (decimal): -12198706 or 13556805. OLE color: 13556805.
HSL color Cylindrical-coordinate representation of color #45DCCE: hue angle of 174.44º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DCCE is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 220 | 206 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.14 |
| HSL | 174.44º | 0.68% | 0.57% | - |
| HSV(B) | 174.44º | 0.69% | 0.86% | - |
| XYZ | 39.19 | 56.91 | 67.31 | - |
| YUV | 173.26 | 146.47 | 53.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 220 | 206 | 0.69 | 0 | 0.06 | 0.14 | 174.44 | 0.68 | 0.57 |
| Hex | 45 | DC | CE | 45 | 0 | 6 | E | AE | 44 | 39 |
| Octal | 105 | 334 | 316 | 105 | 0 | 6 | 16 | 256 | 104 | 71 |
| Binary | 1000101 | 11011100 | 11001110 | 1000101 | 0 | 110 | 1110 | 10101110 | 1000100 | 111001 |
Color Harmonies of #45DCCE
Complementary color
Monochromatic Colors of #45DCCE
Black with #45DCCE
Text Example
Text Example
White with #45DCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DCCE; }
p { color: rgb(69,220,206); }
H1.HeaderClassName
{
color: #45DCCE;
}
.AnyTagClassName
{
color: #45DCCE;
}
</style>
background-color css
<style>
a { background-color: #45DCCE; }
a { background-color: rgb(69,220,206); }
div.DivClassName
{
background-color: #45DCCE;
}
.BgClassName
{
background-color: #45DCCE;
}
</style>
border-color css
<style>
span { border-color: #45DCCE; }
span { border-color: rgb(69,220,206); }
td.TdClassName
{
border-color: #45DCCE;
}
.TagClassName
{
border-color: #45DCCE;
}
</style>