Shades of Turquoise #43DEED
Tints of Turquoise #43DEED
RGB
CMYK
RGB Variations
Color information
#43DEED (or 0x43DEED) is known color: Turquoise. HEX triplet: 43, DE and ED. RGB value is (67,222,237). Sum of RGB (Red+Green+Blue) = 67+222+237=526 (69% of max value = 765). Red value is 67 (26.56% from 255 or 12.74% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #43DEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43DEED is #BC2112. Grayscale: #B1B1B1. Windows color (decimal): -12329235 or 15588931. OLE color: 15588931.
HSL color Cylindrical-coordinate representation of color #43DEED: hue angle of 185.29º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43DEED is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 222 | 237 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.07 |
| HSL | 185.29º | 0.83% | 0.6% | - |
| HSV(B) | 185.29º | 0.72% | 0.93% | - |
| XYZ | 43.72 | 59.55 | 89.31 | - |
| YUV | 177.37 | 161.65 | 49.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 222 | 237 | 0.72 | 0.06 | 0 | 0.07 | 185.29 | 0.83 | 0.6 |
| Hex | 43 | DE | ED | 48 | 6 | 0 | 7 | B9 | 53 | 3C |
| Octal | 103 | 336 | 355 | 110 | 6 | 0 | 7 | 271 | 123 | 74 |
| Binary | 1000011 | 11011110 | 11101101 | 1001000 | 110 | 0 | 111 | 10111001 | 1010011 | 111100 |
Color Harmonies of #43DEED
Complementary color
Monochromatic Colors of #43DEED
Black with #43DEED
Text Example
Text Example
White with #43DEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DEED; }
p { color: rgb(67,222,237); }
H1.HeaderClassName
{
color: #43DEED;
}
.AnyTagClassName
{
color: #43DEED;
}
</style>
background-color css
<style>
a { background-color: #43DEED; }
a { background-color: rgb(67,222,237); }
div.DivClassName
{
background-color: #43DEED;
}
.BgClassName
{
background-color: #43DEED;
}
</style>
border-color css
<style>
span { border-color: #43DEED; }
span { border-color: rgb(67,222,237); }
td.TdClassName
{
border-color: #43DEED;
}
.TagClassName
{
border-color: #43DEED;
}
</style>