Shades of Turquoise #43D9EF
Tints of Turquoise #43D9EF
RGB
CMYK
RGB Variations
Color information
#43D9EF (or 0x43D9EF) is known color: Turquoise. HEX triplet: 43, D9 and EF. RGB value is (67,217,239). Sum of RGB (Red+Green+Blue) = 67+217+239=523 (69% of max value = 765). Red value is 67 (26.56% from 255 or 12.81% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #43D9EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43D9EF is #BC2610. Grayscale: #AEAEAE. Windows color (decimal): -12330513 or 15718723. OLE color: 15718723.
HSL color Cylindrical-coordinate representation of color #43D9EF: hue angle of 187.67º 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 #43D9EF is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 217 | 239 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.06 |
| HSL | 187.67º | 0.84% | 0.6% | - |
| HSV(B) | 187.67º | 0.72% | 0.94% | - |
| XYZ | 42.71 | 57.05 | 90.42 | - |
| YUV | 174.66 | 164.31 | 51.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 217 | 239 | 0.72 | 0.09 | 0 | 0.06 | 187.67 | 0.84 | 0.6 |
| Hex | 43 | D9 | EF | 48 | 9 | 0 | 6 | BC | 54 | 3C |
| Octal | 103 | 331 | 357 | 110 | 11 | 0 | 6 | 274 | 124 | 74 |
| Binary | 1000011 | 11011001 | 11101111 | 1001000 | 1001 | 0 | 110 | 10111100 | 1010100 | 111100 |
Color Harmonies of #43D9EF
Complementary color
Monochromatic Colors of #43D9EF
Black with #43D9EF
Text Example
Text Example
White with #43D9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D9EF; }
p { color: rgb(67,217,239); }
H1.HeaderClassName
{
color: #43D9EF;
}
.AnyTagClassName
{
color: #43D9EF;
}
</style>
background-color css
<style>
a { background-color: #43D9EF; }
a { background-color: rgb(67,217,239); }
div.DivClassName
{
background-color: #43D9EF;
}
.BgClassName
{
background-color: #43D9EF;
}
</style>
border-color css
<style>
span { border-color: #43D9EF; }
span { border-color: rgb(67,217,239); }
td.TdClassName
{
border-color: #43D9EF;
}
.TagClassName
{
border-color: #43D9EF;
}
</style>