Shades of Medium Turquoise #43CBE5
Tints of Medium Turquoise #43CBE5
RGB
CMYK
RGB Variations
Color information
#43CBE5 (or 0x43CBE5) is known color: Medium Turquoise. HEX triplet: 43, CB and E5. RGB value is (67,203,229). Sum of RGB (Red+Green+Blue) = 67+203+229=499 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.43% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 229 - color contains mainly: blue. Hex color #43CBE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CBE5 is #BC341A. Grayscale: #A5A5A5. Windows color (decimal): -12334107 or 15059779. OLE color: 15059779.
HSL color Cylindrical-coordinate representation of color #43CBE5: hue angle of 189.63º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #43CBE5 is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 67 | 203 | 229 | - |
| CMYK | 0.71 | 0.11 | 0 | 0.10 |
| HSL | 189.63º | 0.76% | 0.58% | - |
| HSV(B) | 189.63º | 0.71% | 0.9% | - |
| XYZ | 37.81 | 49.56 | 81.7 | - |
| YUV | 165.3 | 163.94 | 57.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 203 | 229 | 0.71 | 0.11 | 0 | 0.10 | 189.63 | 0.76 | 0.58 |
| Hex | 43 | CB | E5 | 47 | B | 0 | A | BE | 4C | 3A |
| Octal | 103 | 313 | 345 | 107 | 13 | 0 | 12 | 276 | 114 | 72 |
| Binary | 1000011 | 11001011 | 11100101 | 1000111 | 1011 | 0 | 1010 | 10111110 | 1001100 | 111010 |
Color Harmonies of #43CBE5
Complementary color
Monochromatic Colors of #43CBE5
Black with #43CBE5
Text Example
Text Example
White with #43CBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CBE5; }
p { color: rgb(67,203,229); }
H1.HeaderClassName
{
color: #43CBE5;
}
.AnyTagClassName
{
color: #43CBE5;
}
</style>
background-color css
<style>
a { background-color: #43CBE5; }
a { background-color: rgb(67,203,229); }
div.DivClassName
{
background-color: #43CBE5;
}
.BgClassName
{
background-color: #43CBE5;
}
</style>
border-color css
<style>
span { border-color: #43CBE5; }
span { border-color: rgb(67,203,229); }
td.TdClassName
{
border-color: #43CBE5;
}
.TagClassName
{
border-color: #43CBE5;
}
</style>