Shades of Medium Turquoise #45CADD
Tints of Medium Turquoise #45CADD
RGB
CMYK
RGB Variations
Color information
#45CADD (or 0x45CADD) is known color: Medium Turquoise. HEX triplet: 45, CA and DD. RGB value is (69,202,221). Sum of RGB (Red+Green+Blue) = 69+202+221=492 (65% of max value = 765). Red value is 69 (27.34% from 255 or 14.02% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #45CADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CADD is #BA3522. Grayscale: #A4A4A4. Windows color (decimal): -12203299 or 14535237. OLE color: 14535237.
HSL color Cylindrical-coordinate representation of color #45CADD: hue angle of 187.5º degrees, saturation: 0.69, 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 #45CADD is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 202 | 221 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.13 |
| HSL | 187.5º | 0.69% | 0.57% | - |
| HSV(B) | 187.5º | 0.69% | 0.87% | - |
| XYZ | 36.63 | 48.73 | 75.88 | - |
| YUV | 164.4 | 159.94 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 202 | 221 | 0.69 | 0.09 | 0 | 0.13 | 187.5 | 0.69 | 0.57 |
| Hex | 45 | CA | DD | 45 | 9 | 0 | D | BC | 45 | 39 |
| Octal | 105 | 312 | 335 | 105 | 11 | 0 | 15 | 274 | 105 | 71 |
| Binary | 1000101 | 11001010 | 11011101 | 1000101 | 1001 | 0 | 1101 | 10111100 | 1000101 | 111001 |
Color Harmonies of #45CADD
Complementary color
Monochromatic Colors of #45CADD
Black with #45CADD
Text Example
Text Example
White with #45CADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CADD; }
p { color: rgb(69,202,221); }
H1.HeaderClassName
{
color: #45CADD;
}
.AnyTagClassName
{
color: #45CADD;
}
</style>
background-color css
<style>
a { background-color: #45CADD; }
a { background-color: rgb(69,202,221); }
div.DivClassName
{
background-color: #45CADD;
}
.BgClassName
{
background-color: #45CADD;
}
</style>
border-color css
<style>
span { border-color: #45CADD; }
span { border-color: rgb(69,202,221); }
td.TdClassName
{
border-color: #45CADD;
}
.TagClassName
{
border-color: #45CADD;
}
</style>