Shades of Medium Turquoise #45CBD5
Tints of Medium Turquoise #45CBD5
RGB
CMYK
RGB Variations
Color information
#45CBD5 (or 0x45CBD5) is known color: Medium Turquoise. HEX triplet: 45, CB and D5. RGB value is (69,203,213). Sum of RGB (Red+Green+Blue) = 69+203+213=485 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.23% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #45CBD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CBD5 is #BA342A. Grayscale: #A3A3A3. Windows color (decimal): -12203051 or 14011205. OLE color: 14011205.
HSL color Cylindrical-coordinate representation of color #45CBD5: hue angle of 184.17º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45CBD5 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 203 | 213 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.16 |
| HSL | 184.17º | 0.63% | 0.55% | - |
| HSV(B) | 184.17º | 0.68% | 0.84% | - |
| XYZ | 35.82 | 48.78 | 70.48 | - |
| YUV | 164.07 | 155.61 | 60.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 203 | 213 | 0.68 | 0.05 | 0 | 0.16 | 184.17 | 0.63 | 0.55 |
| Hex | 45 | CB | D5 | 44 | 5 | 0 | 10 | B8 | 3F | 37 |
| Octal | 105 | 313 | 325 | 104 | 5 | 0 | 20 | 270 | 77 | 67 |
| Binary | 1000101 | 11001011 | 11010101 | 1000100 | 101 | 0 | 10000 | 10111000 | 111111 | 110111 |
Color Harmonies of #45CBD5
Complementary color
Monochromatic Colors of #45CBD5
Black with #45CBD5
Text Example
Text Example
White with #45CBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CBD5; }
p { color: rgb(69,203,213); }
H1.HeaderClassName
{
color: #45CBD5;
}
.AnyTagClassName
{
color: #45CBD5;
}
</style>
background-color css
<style>
a { background-color: #45CBD5; }
a { background-color: rgb(69,203,213); }
div.DivClassName
{
background-color: #45CBD5;
}
.BgClassName
{
background-color: #45CBD5;
}
</style>
border-color css
<style>
span { border-color: #45CBD5; }
span { border-color: rgb(69,203,213); }
td.TdClassName
{
border-color: #45CBD5;
}
.TagClassName
{
border-color: #45CBD5;
}
</style>