Shades of Turquoise #43F0ED
Tints of Turquoise #43F0ED
RGB
CMYK
RGB Variations
Color information
#43F0ED (or 0x43F0ED) is known color: Turquoise. HEX triplet: 43, F0 and ED. RGB value is (67,240,237). Sum of RGB (Red+Green+Blue) = 67+240+237=544 (72% of max value = 765). Red value is 67 (26.56% from 255 or 12.32% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #43F0ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43F0ED is #BC0F12. Grayscale: #BBBBBB. Windows color (decimal): -12324627 or 15593539. OLE color: 15593539.
HSL color Cylindrical-coordinate representation of color #43F0ED: hue angle of 178.96º degrees, saturation: 0.85, 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 #43F0ED is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 240 | 237 | - |
| CMYK | 0.72 | 0 | 0.01 | 0.06 |
| HSL | 178.96º | 0.85% | 0.6% | - |
| HSV(B) | 178.96º | 0.72% | 0.94% | - |
| XYZ | 48.76 | 69.63 | 90.99 | - |
| YUV | 187.93 | 155.69 | 41.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 240 | 237 | 0.72 | 0 | 0.01 | 0.06 | 178.96 | 0.85 | 0.6 |
| Hex | 43 | F0 | ED | 48 | 0 | 1 | 6 | B3 | 55 | 3C |
| Octal | 103 | 360 | 355 | 110 | 0 | 1 | 6 | 263 | 125 | 74 |
| Binary | 1000011 | 11110000 | 11101101 | 1001000 | 0 | 1 | 110 | 10110011 | 1010101 | 111100 |
Color Harmonies of #43F0ED
Complementary color
Monochromatic Colors of #43F0ED
Black with #43F0ED
Text Example
Text Example
White with #43F0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43F0ED; }
p { color: rgb(67,240,237); }
H1.HeaderClassName
{
color: #43F0ED;
}
.AnyTagClassName
{
color: #43F0ED;
}
</style>
background-color css
<style>
a { background-color: #43F0ED; }
a { background-color: rgb(67,240,237); }
div.DivClassName
{
background-color: #43F0ED;
}
.BgClassName
{
background-color: #43F0ED;
}
</style>
border-color css
<style>
span { border-color: #43F0ED; }
span { border-color: rgb(67,240,237); }
td.TdClassName
{
border-color: #43F0ED;
}
.TagClassName
{
border-color: #43F0ED;
}
</style>