Shades of Turquoise #43DDEF
Tints of Turquoise #43DDEF
RGB
CMYK
RGB Variations
Color information
#43DDEF (or 0x43DDEF) is known color: Turquoise. HEX triplet: 43, DD and EF. RGB value is (67,221,239). Sum of RGB (Red+Green+Blue) = 67+221+239=527 (69% of max value = 765). Red value is 67 (26.56% from 255 or 12.71% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #43DDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43DDEF is #BC2210. Grayscale: #B0B0B0. Windows color (decimal): -12329489 or 15719747. OLE color: 15719747.
HSL color Cylindrical-coordinate representation of color #43DDEF: hue angle of 186.28º 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 #43DDEF is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 221 | 239 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.06 |
| HSL | 186.28º | 0.84% | 0.6% | - |
| HSV(B) | 186.28º | 0.72% | 0.94% | - |
| XYZ | 43.75 | 59.14 | 90.77 | - |
| YUV | 177.01 | 162.98 | 49.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 221 | 239 | 0.72 | 0.08 | 0 | 0.06 | 186.28 | 0.84 | 0.6 |
| Hex | 43 | DD | EF | 48 | 8 | 0 | 6 | BA | 54 | 3C |
| Octal | 103 | 335 | 357 | 110 | 10 | 0 | 6 | 272 | 124 | 74 |
| Binary | 1000011 | 11011101 | 11101111 | 1001000 | 1000 | 0 | 110 | 10111010 | 1010100 | 111100 |
Color Harmonies of #43DDEF
Complementary color
Monochromatic Colors of #43DDEF
Black with #43DDEF
Text Example
Text Example
White with #43DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DDEF; }
p { color: rgb(67,221,239); }
H1.HeaderClassName
{
color: #43DDEF;
}
.AnyTagClassName
{
color: #43DDEF;
}
</style>
background-color css
<style>
a { background-color: #43DDEF; }
a { background-color: rgb(67,221,239); }
div.DivClassName
{
background-color: #43DDEF;
}
.BgClassName
{
background-color: #43DDEF;
}
</style>
border-color css
<style>
span { border-color: #43DDEF; }
span { border-color: rgb(67,221,239); }
td.TdClassName
{
border-color: #43DDEF;
}
.TagClassName
{
border-color: #43DDEF;
}
</style>