Shades of Turquoise #45ECC3
Tints of Turquoise #45ECC3
RGB
CMYK
RGB Variations
Color information
#45ECC3 (or 0x45ECC3) is known color: Turquoise. HEX triplet: 45, EC and C3. RGB value is (69,236,195). Sum of RGB (Red+Green+Blue) = 69+236+195=500 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.8% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 195 (76.56% from 255 or 39% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #45ECC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45ECC3 is #BA133C. Grayscale: #B5B5B5. Windows color (decimal): -12194621 or 12840005. OLE color: 12840005.
HSL color Cylindrical-coordinate representation of color #45ECC3: hue angle of 165.27º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45ECC3 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 236 | 195 | - |
| CMYK | 0.71 | 0 | 0.17 | 0.07 |
| HSL | 165.27º | 0.81% | 0.6% | - |
| HSV(B) | 165.27º | 0.71% | 0.93% | - |
| XYZ | 42.3 | 65.2 | 61.98 | - |
| YUV | 181.39 | 135.67 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 236 | 195 | 0.71 | 0 | 0.17 | 0.07 | 165.27 | 0.81 | 0.6 |
| Hex | 45 | EC | C3 | 47 | 0 | 11 | 7 | A5 | 51 | 3C |
| Octal | 105 | 354 | 303 | 107 | 0 | 21 | 7 | 245 | 121 | 74 |
| Binary | 1000101 | 11101100 | 11000011 | 1000111 | 0 | 10001 | 111 | 10100101 | 1010001 | 111100 |
Color Harmonies of #45ECC3
Complementary color
Monochromatic Colors of #45ECC3
Black with #45ECC3
Text Example
Text Example
White with #45ECC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45ECC3; }
p { color: rgb(69,236,195); }
H1.HeaderClassName
{
color: #45ECC3;
}
.AnyTagClassName
{
color: #45ECC3;
}
</style>
background-color css
<style>
a { background-color: #45ECC3; }
a { background-color: rgb(69,236,195); }
div.DivClassName
{
background-color: #45ECC3;
}
.BgClassName
{
background-color: #45ECC3;
}
</style>
border-color css
<style>
span { border-color: #45ECC3; }
span { border-color: rgb(69,236,195); }
td.TdClassName
{
border-color: #45ECC3;
}
.TagClassName
{
border-color: #45ECC3;
}
</style>