Shades of Medium Turquoise #45CFCA
Tints of Medium Turquoise #45CFCA
RGB
CMYK
RGB Variations
Color information
#45CFCA (or 0x45CFCA) is known color: Medium Turquoise. HEX triplet: 45, CF and CA. RGB value is (69,207,202). Sum of RGB (Red+Green+Blue) = 69+207+202=478 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.44% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #45CFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CFCA is #BA3035. Grayscale: #A5A5A5. Windows color (decimal): -12202038 or 13291333. OLE color: 13291333.
HSL color Cylindrical-coordinate representation of color #45CFCA: hue angle of 177.83º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45CFCA is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 207 | 202 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.19 |
| HSL | 177.83º | 0.59% | 0.54% | - |
| HSV(B) | 177.83º | 0.67% | 0.81% | - |
| XYZ | 35.43 | 50.16 | 63.69 | - |
| YUV | 165.17 | 148.78 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 207 | 202 | 0.67 | 0 | 0.02 | 0.19 | 177.83 | 0.59 | 0.54 |
| Hex | 45 | CF | CA | 43 | 0 | 2 | 13 | B2 | 3B | 36 |
| Octal | 105 | 317 | 312 | 103 | 0 | 2 | 23 | 262 | 73 | 66 |
| Binary | 1000101 | 11001111 | 11001010 | 1000011 | 0 | 10 | 10011 | 10110010 | 111011 | 110110 |
Color Harmonies of #45CFCA
Complementary color
Monochromatic Colors of #45CFCA
Black with #45CFCA
Text Example
Text Example
White with #45CFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CFCA; }
p { color: rgb(69,207,202); }
H1.HeaderClassName
{
color: #45CFCA;
}
.AnyTagClassName
{
color: #45CFCA;
}
</style>
background-color css
<style>
a { background-color: #45CFCA; }
a { background-color: rgb(69,207,202); }
div.DivClassName
{
background-color: #45CFCA;
}
.BgClassName
{
background-color: #45CFCA;
}
</style>
border-color css
<style>
span { border-color: #45CFCA; }
span { border-color: rgb(69,207,202); }
td.TdClassName
{
border-color: #45CFCA;
}
.TagClassName
{
border-color: #45CFCA;
}
</style>