Shades of Medium Turquoise #45CBBC
Tints of Medium Turquoise #45CBBC
RGB
CMYK
RGB Variations
Color information
#45CBBC (or 0x45CBBC) is known color: Medium Turquoise. HEX triplet: 45, CB and BC. RGB value is (69,203,188). Sum of RGB (Red+Green+Blue) = 69+203+188=460 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #45CBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CBBC is #BA3443. Grayscale: #A1A1A1. Windows color (decimal): -12203076 or 12372805. OLE color: 12372805.
HSL color Cylindrical-coordinate representation of color #45CBBC: hue angle of 173.28º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CBBC is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 203 | 188 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.20 |
| HSL | 173.28º | 0.56% | 0.53% | - |
| HSV(B) | 173.28º | 0.66% | 0.8% | - |
| XYZ | 32.89 | 47.61 | 55.03 | - |
| YUV | 161.22 | 143.11 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 203 | 188 | 0.66 | 0 | 0.07 | 0.20 | 173.28 | 0.56 | 0.53 |
| Hex | 45 | CB | BC | 42 | 0 | 7 | 14 | AD | 38 | 35 |
| Octal | 105 | 313 | 274 | 102 | 0 | 7 | 24 | 255 | 70 | 65 |
| Binary | 1000101 | 11001011 | 10111100 | 1000010 | 0 | 111 | 10100 | 10101101 | 111000 | 110101 |
Color Harmonies of #45CBBC
Complementary color
Monochromatic Colors of #45CBBC
Black with #45CBBC
Text Example
Text Example
White with #45CBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CBBC; }
p { color: rgb(69,203,188); }
H1.HeaderClassName
{
color: #45CBBC;
}
.AnyTagClassName
{
color: #45CBBC;
}
</style>
background-color css
<style>
a { background-color: #45CBBC; }
a { background-color: rgb(69,203,188); }
div.DivClassName
{
background-color: #45CBBC;
}
.BgClassName
{
background-color: #45CBBC;
}
</style>
border-color css
<style>
span { border-color: #45CBBC; }
span { border-color: rgb(69,203,188); }
td.TdClassName
{
border-color: #45CBBC;
}
.TagClassName
{
border-color: #45CBBC;
}
</style>