Shades of Turquoise #45EFCB
Tints of Turquoise #45EFCB
RGB
CMYK
RGB Variations
Color information
#45EFCB (or 0x45EFCB) is known color: Turquoise. HEX triplet: 45, EF and CB. RGB value is (69,239,203). Sum of RGB (Red+Green+Blue) = 69+239+203=511 (67% of max value = 765). Red value is 69 (27.34% from 255 or 13.50% from 511); Green value is 239 (93.75% from 255 or 46.77% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 239 - color contains mainly: green. Hex color #45EFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45EFCB is #BA1034. Grayscale: #B8B8B8. Windows color (decimal): -12193845 or 13365061. OLE color: 13365061.
HSL color Cylindrical-coordinate representation of color #45EFCB: hue angle of 167.29º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EFCB is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 239 | 203 | - |
| CMYK | 0.71 | 0 | 0.15 | 0.06 |
| HSL | 167.29º | 0.84% | 0.6% | - |
| HSV(B) | 167.29º | 0.71% | 0.94% | - |
| XYZ | 44.1 | 67.31 | 67.17 | - |
| YUV | 184.07 | 138.68 | 45.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 239 | 203 | 0.71 | 0 | 0.15 | 0.06 | 167.29 | 0.84 | 0.6 |
| Hex | 45 | EF | CB | 47 | 0 | F | 6 | A7 | 54 | 3C |
| Octal | 105 | 357 | 313 | 107 | 0 | 17 | 6 | 247 | 124 | 74 |
| Binary | 1000101 | 11101111 | 11001011 | 1000111 | 0 | 1111 | 110 | 10100111 | 1010100 | 111100 |
Color Harmonies of #45EFCB
Complementary color
Monochromatic Colors of #45EFCB
Black with #45EFCB
Text Example
Text Example
White with #45EFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EFCB; }
p { color: rgb(69,239,203); }
H1.HeaderClassName
{
color: #45EFCB;
}
.AnyTagClassName
{
color: #45EFCB;
}
</style>
background-color css
<style>
a { background-color: #45EFCB; }
a { background-color: rgb(69,239,203); }
div.DivClassName
{
background-color: #45EFCB;
}
.BgClassName
{
background-color: #45EFCB;
}
</style>
border-color css
<style>
span { border-color: #45EFCB; }
span { border-color: rgb(69,239,203); }
td.TdClassName
{
border-color: #45EFCB;
}
.TagClassName
{
border-color: #45EFCB;
}
</style>