Shades of Medium Turquoise #43CBDE
Tints of Medium Turquoise #43CBDE
RGB
CMYK
RGB Variations
Color information
#43CBDE (or 0x43CBDE) is known color: Medium Turquoise. HEX triplet: 43, CB and DE. RGB value is (67,203,222). Sum of RGB (Red+Green+Blue) = 67+203+222=492 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.62% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #43CBDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CBDE is #BC3421. Grayscale: #A4A4A4. Windows color (decimal): -12334114 or 14601027. OLE color: 14601027.
HSL color Cylindrical-coordinate representation of color #43CBDE: hue angle of 187.35º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43CBDE is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 203 | 222 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.13 |
| HSL | 187.35º | 0.7% | 0.57% | - |
| HSV(B) | 187.35º | 0.7% | 0.87% | - |
| XYZ | 36.86 | 49.18 | 76.66 | - |
| YUV | 164.5 | 160.44 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 203 | 222 | 0.70 | 0.09 | 0 | 0.13 | 187.35 | 0.7 | 0.57 |
| Hex | 43 | CB | DE | 46 | 9 | 0 | D | BB | 46 | 39 |
| Octal | 103 | 313 | 336 | 106 | 11 | 0 | 15 | 273 | 106 | 71 |
| Binary | 1000011 | 11001011 | 11011110 | 1000110 | 1001 | 0 | 1101 | 10111011 | 1000110 | 111001 |
Color Harmonies of #43CBDE
Complementary color
Monochromatic Colors of #43CBDE
Black with #43CBDE
Text Example
Text Example
White with #43CBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CBDE; }
p { color: rgb(67,203,222); }
H1.HeaderClassName
{
color: #43CBDE;
}
.AnyTagClassName
{
color: #43CBDE;
}
</style>
background-color css
<style>
a { background-color: #43CBDE; }
a { background-color: rgb(67,203,222); }
div.DivClassName
{
background-color: #43CBDE;
}
.BgClassName
{
background-color: #43CBDE;
}
</style>
border-color css
<style>
span { border-color: #43CBDE; }
span { border-color: rgb(67,203,222); }
td.TdClassName
{
border-color: #43CBDE;
}
.TagClassName
{
border-color: #43CBDE;
}
</style>