Shades of Turquoise #43EDDF
Tints of Turquoise #43EDDF
RGB
CMYK
RGB Variations
Color information
#43EDDF (or 0x43EDDF) is known color: Turquoise. HEX triplet: 43, ED and DF. RGB value is (67,237,223). Sum of RGB (Red+Green+Blue) = 67+237+223=527 (69% of max value = 765). Red value is 67 (26.56% from 255 or 12.71% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #43EDDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43EDDF is #BC1220. Grayscale: #B8B8B8. Windows color (decimal): -12325409 or 14675267. OLE color: 14675267.
HSL color Cylindrical-coordinate representation of color #43EDDF: hue angle of 175.06º 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 #43EDDF is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 237 | 223 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.07 |
| HSL | 175.06º | 0.83% | 0.6% | - |
| HSV(B) | 175.06º | 0.72% | 0.93% | - |
| XYZ | 45.92 | 67.09 | 80.34 | - |
| YUV | 184.57 | 149.68 | 44.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 237 | 223 | 0.72 | 0 | 0.06 | 0.07 | 175.06 | 0.83 | 0.6 |
| Hex | 43 | ED | DF | 48 | 0 | 6 | 7 | AF | 53 | 3C |
| Octal | 103 | 355 | 337 | 110 | 0 | 6 | 7 | 257 | 123 | 74 |
| Binary | 1000011 | 11101101 | 11011111 | 1001000 | 0 | 110 | 111 | 10101111 | 1010011 | 111100 |
Color Harmonies of #43EDDF
Complementary color
Monochromatic Colors of #43EDDF
Black with #43EDDF
Text Example
Text Example
White with #43EDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EDDF; }
p { color: rgb(67,237,223); }
H1.HeaderClassName
{
color: #43EDDF;
}
.AnyTagClassName
{
color: #43EDDF;
}
</style>
background-color css
<style>
a { background-color: #43EDDF; }
a { background-color: rgb(67,237,223); }
div.DivClassName
{
background-color: #43EDDF;
}
.BgClassName
{
background-color: #43EDDF;
}
</style>
border-color css
<style>
span { border-color: #43EDDF; }
span { border-color: rgb(67,237,223); }
td.TdClassName
{
border-color: #43EDDF;
}
.TagClassName
{
border-color: #43EDDF;
}
</style>