Shades of Medium Turquoise #45CBCC
Tints of Medium Turquoise #45CBCC
RGB
CMYK
RGB Variations
Color information
#45CBCC (or 0x45CBCC) is known color: Medium Turquoise. HEX triplet: 45, CB and CC. RGB value is (69,203,204). Sum of RGB (Red+Green+Blue) = 69+203+204=476 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.50% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #45CBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CBCC is #BA3433. Grayscale: #A2A2A2. Windows color (decimal): -12203060 or 13421381. OLE color: 13421381.
HSL color Cylindrical-coordinate representation of color #45CBCC: hue angle of 180.44º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CBCC is Cyan = 0.66, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 203 | 204 | - |
| CMYK | 0.66 | 0.00 | 0 | 0.2 |
| HSL | 180.44º | 0.57% | 0.54% | - |
| HSV(B) | 180.44º | 0.66% | 0.8% | - |
| XYZ | 34.71 | 48.34 | 64.63 | - |
| YUV | 163.05 | 151.11 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 203 | 204 | 0.66 | 0.00 | 0 | 0.2 | 180.44 | 0.57 | 0.54 |
| Hex | 45 | CB | CC | 42 | 0 | 0 | 14 | B4 | 39 | 36 |
| Octal | 105 | 313 | 314 | 102 | 0 | 0 | 24 | 264 | 71 | 66 |
| Binary | 1000101 | 11001011 | 11001100 | 1000010 | 0 | 0 | 10100 | 10110100 | 111001 | 110110 |
Color Harmonies of #45CBCC
Complementary color
Monochromatic Colors of #45CBCC
Black with #45CBCC
Text Example
Text Example
White with #45CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CBCC; }
p { color: rgb(69,203,204); }
H1.HeaderClassName
{
color: #45CBCC;
}
.AnyTagClassName
{
color: #45CBCC;
}
</style>
background-color css
<style>
a { background-color: #45CBCC; }
a { background-color: rgb(69,203,204); }
div.DivClassName
{
background-color: #45CBCC;
}
.BgClassName
{
background-color: #45CBCC;
}
</style>
border-color css
<style>
span { border-color: #45CBCC; }
span { border-color: rgb(69,203,204); }
td.TdClassName
{
border-color: #45CBCC;
}
.TagClassName
{
border-color: #45CBCC;
}
</style>