Shades of Medium Turquoise #43CFEB
Tints of Medium Turquoise #43CFEB
RGB
CMYK
RGB Variations
Color information
#43CFEB (or 0x43CFEB) is known color: Medium Turquoise. HEX triplet: 43, CF and EB. RGB value is (67,207,235). Sum of RGB (Red+Green+Blue) = 67+207+235=509 (67% of max value = 765). Red value is 67 (26.56% from 255 or 13.16% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #43CFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43CFEB is #BC3014. Grayscale: #A8A8A8. Windows color (decimal): -12333077 or 15454019. OLE color: 15454019.
HSL color Cylindrical-coordinate representation of color #43CFEB: hue angle of 190º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #43CFEB is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 67 | 207 | 235 | - |
| CMYK | 0.71 | 0.12 | 0 | 0.08 |
| HSL | 190º | 0.81% | 0.59% | - |
| HSV(B) | 190º | 0.71% | 0.92% | - |
| XYZ | 39.62 | 51.82 | 86.51 | - |
| YUV | 168.33 | 165.62 | 55.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 207 | 235 | 0.71 | 0.12 | 0 | 0.08 | 190 | 0.81 | 0.59 |
| Hex | 43 | CF | EB | 47 | C | 0 | 8 | BE | 51 | 3B |
| Octal | 103 | 317 | 353 | 107 | 14 | 0 | 10 | 276 | 121 | 73 |
| Binary | 1000011 | 11001111 | 11101011 | 1000111 | 1100 | 0 | 1000 | 10111110 | 1010001 | 111011 |
Color Harmonies of #43CFEB
Complementary color
Monochromatic Colors of #43CFEB
Black with #43CFEB
Text Example
Text Example
White with #43CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CFEB; }
p { color: rgb(67,207,235); }
H1.HeaderClassName
{
color: #43CFEB;
}
.AnyTagClassName
{
color: #43CFEB;
}
</style>
background-color css
<style>
a { background-color: #43CFEB; }
a { background-color: rgb(67,207,235); }
div.DivClassName
{
background-color: #43CFEB;
}
.BgClassName
{
background-color: #43CFEB;
}
</style>
border-color css
<style>
span { border-color: #43CFEB; }
span { border-color: rgb(67,207,235); }
td.TdClassName
{
border-color: #43CFEB;
}
.TagClassName
{
border-color: #43CFEB;
}
</style>