Shades of Turquoise #43EDEF
Tints of Turquoise #43EDEF
RGB
CMYK
RGB Variations
Color information
#43EDEF (or 0x43EDEF) is known color: Turquoise. HEX triplet: 43, ED and EF. RGB value is (67,237,239). Sum of RGB (Red+Green+Blue) = 67+237+239=543 (71% of max value = 765). Red value is 67 (26.56% from 255 or 12.34% from 543); Green value is 237 (92.97% from 255 or 43.65% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #43EDEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43EDEF is #BC1210. Grayscale: #BABABA. Windows color (decimal): -12325393 or 15723843. OLE color: 15723843.
HSL color Cylindrical-coordinate representation of color #43EDEF: hue angle of 180.7º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43EDEF is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 237 | 239 | - |
| CMYK | 0.72 | 0.01 | 0 | 0.06 |
| HSL | 180.7º | 0.84% | 0.6% | - |
| HSV(B) | 180.7º | 0.72% | 0.94% | - |
| XYZ | 48.18 | 67.99 | 92.25 | - |
| YUV | 186.4 | 157.68 | 42.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 237 | 239 | 0.72 | 0.01 | 0 | 0.06 | 180.7 | 0.84 | 0.6 |
| Hex | 43 | ED | EF | 48 | 1 | 0 | 6 | B5 | 54 | 3C |
| Octal | 103 | 355 | 357 | 110 | 1 | 0 | 6 | 265 | 124 | 74 |
| Binary | 1000011 | 11101101 | 11101111 | 1001000 | 1 | 0 | 110 | 10110101 | 1010100 | 111100 |
Color Harmonies of #43EDEF
Complementary color
Monochromatic Colors of #43EDEF
Black with #43EDEF
Text Example
Text Example
White with #43EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EDEF; }
p { color: rgb(67,237,239); }
H1.HeaderClassName
{
color: #43EDEF;
}
.AnyTagClassName
{
color: #43EDEF;
}
</style>
background-color css
<style>
a { background-color: #43EDEF; }
a { background-color: rgb(67,237,239); }
div.DivClassName
{
background-color: #43EDEF;
}
.BgClassName
{
background-color: #43EDEF;
}
</style>
border-color css
<style>
span { border-color: #43EDEF; }
span { border-color: rgb(67,237,239); }
td.TdClassName
{
border-color: #43EDEF;
}
.TagClassName
{
border-color: #43EDEF;
}
</style>