Shades of Turquoise #43FCED
Tints of Turquoise #43FCED
RGB
CMYK
RGB Variations
Color information
#43FCED (or 0x43FCED) is known color: Turquoise. HEX triplet: 43, FC and ED. RGB value is (67,252,237). Sum of RGB (Red+Green+Blue) = 67+252+237=556 (73% of max value = 765). Red value is 67 (26.56% from 255 or 12.05% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #43FCED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43FCED is #BC0312. Grayscale: #C2C2C2. Windows color (decimal): -12321555 or 15596611. OLE color: 15596611.
HSL color Cylindrical-coordinate representation of color #43FCED: hue angle of 175.14º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43FCED is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 252 | 237 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.01 |
| HSL | 175.14º | 0.97% | 0.63% | - |
| HSV(B) | 175.14º | 0.73% | 0.99% | - |
| XYZ | 52.41 | 76.93 | 92.21 | - |
| YUV | 194.98 | 151.71 | 36.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 252 | 237 | 0.73 | 0 | 0.06 | 0.01 | 175.14 | 0.97 | 0.63 |
| Hex | 43 | FC | ED | 49 | 0 | 6 | 1 | AF | 61 | 3F |
| Octal | 103 | 374 | 355 | 111 | 0 | 6 | 1 | 257 | 141 | 77 |
| Binary | 1000011 | 11111100 | 11101101 | 1001001 | 0 | 110 | 1 | 10101111 | 1100001 | 111111 |
Color Harmonies of #43FCED
Complementary color
Monochromatic Colors of #43FCED
Black with #43FCED
Text Example
Text Example
White with #43FCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FCED; }
p { color: rgb(67,252,237); }
H1.HeaderClassName
{
color: #43FCED;
}
.AnyTagClassName
{
color: #43FCED;
}
</style>
background-color css
<style>
a { background-color: #43FCED; }
a { background-color: rgb(67,252,237); }
div.DivClassName
{
background-color: #43FCED;
}
.BgClassName
{
background-color: #43FCED;
}
</style>
border-color css
<style>
span { border-color: #43FCED; }
span { border-color: rgb(67,252,237); }
td.TdClassName
{
border-color: #43FCED;
}
.TagClassName
{
border-color: #43FCED;
}
</style>