Shades of Turquoise #43FCDD
Tints of Turquoise #43FCDD
RGB
CMYK
RGB Variations
Color information
#43FCDD (or 0x43FCDD) is known color: Turquoise. HEX triplet: 43, FC and DD. RGB value is (67,252,221). Sum of RGB (Red+Green+Blue) = 67+252+221=540 (71% of max value = 765). Red value is 67 (26.56% from 255 or 12.41% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #43FCDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FCDD is #BC0322. Grayscale: #C1C1C1. Windows color (decimal): -12321571 or 14548035. OLE color: 14548035.
HSL color Cylindrical-coordinate representation of color #43FCDD: hue angle of 169.95º 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 #43FCDD is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 252 | 221 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.01 |
| HSL | 169.95º | 0.97% | 0.63% | - |
| HSV(B) | 169.95º | 0.73% | 0.99% | - |
| XYZ | 50.18 | 76.03 | 80.44 | - |
| YUV | 193.15 | 143.71 | 38.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 252 | 221 | 0.73 | 0 | 0.12 | 0.01 | 169.95 | 0.97 | 0.63 |
| Hex | 43 | FC | DD | 49 | 0 | C | 1 | AA | 61 | 3F |
| Octal | 103 | 374 | 335 | 111 | 0 | 14 | 1 | 252 | 141 | 77 |
| Binary | 1000011 | 11111100 | 11011101 | 1001001 | 0 | 1100 | 1 | 10101010 | 1100001 | 111111 |
Color Harmonies of #43FCDD
Complementary color
Monochromatic Colors of #43FCDD
Black with #43FCDD
Text Example
Text Example
White with #43FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FCDD; }
p { color: rgb(67,252,221); }
H1.HeaderClassName
{
color: #43FCDD;
}
.AnyTagClassName
{
color: #43FCDD;
}
</style>
background-color css
<style>
a { background-color: #43FCDD; }
a { background-color: rgb(67,252,221); }
div.DivClassName
{
background-color: #43FCDD;
}
.BgClassName
{
background-color: #43FCDD;
}
</style>
border-color css
<style>
span { border-color: #43FCDD; }
span { border-color: rgb(67,252,221); }
td.TdClassName
{
border-color: #43FCDD;
}
.TagClassName
{
border-color: #43FCDD;
}
</style>