Shades of Medium Turquoise #43CEDA
Tints of Medium Turquoise #43CEDA
RGB
CMYK
RGB Variations
Color information
#43CEDA (or 0x43CEDA) is known color: Medium Turquoise. HEX triplet: 43, CE and DA. RGB value is (67,206,218). Sum of RGB (Red+Green+Blue) = 67+206+218=491 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.65% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #43CEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CEDA is #BC3125. Grayscale: #A5A5A5. Windows color (decimal): -12333350 or 14339651. OLE color: 14339651.
HSL color Cylindrical-coordinate representation of color #43CEDA: hue angle of 184.77º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43CEDA is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 206 | 218 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.15 |
| HSL | 184.77º | 0.67% | 0.56% | - |
| HSV(B) | 184.77º | 0.69% | 0.85% | - |
| XYZ | 37.04 | 50.4 | 74.11 | - |
| YUV | 165.81 | 157.45 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 206 | 218 | 0.69 | 0.06 | 0 | 0.15 | 184.77 | 0.67 | 0.56 |
| Hex | 43 | CE | DA | 45 | 6 | 0 | F | B9 | 43 | 38 |
| Octal | 103 | 316 | 332 | 105 | 6 | 0 | 17 | 271 | 103 | 70 |
| Binary | 1000011 | 11001110 | 11011010 | 1000101 | 110 | 0 | 1111 | 10111001 | 1000011 | 111000 |
Color Harmonies of #43CEDA
Complementary color
Monochromatic Colors of #43CEDA
Black with #43CEDA
Text Example
Text Example
White with #43CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CEDA; }
p { color: rgb(67,206,218); }
H1.HeaderClassName
{
color: #43CEDA;
}
.AnyTagClassName
{
color: #43CEDA;
}
</style>
background-color css
<style>
a { background-color: #43CEDA; }
a { background-color: rgb(67,206,218); }
div.DivClassName
{
background-color: #43CEDA;
}
.BgClassName
{
background-color: #43CEDA;
}
</style>
border-color css
<style>
span { border-color: #43CEDA; }
span { border-color: rgb(67,206,218); }
td.TdClassName
{
border-color: #43CEDA;
}
.TagClassName
{
border-color: #43CEDA;
}
</style>