Shades of Turquoise Blue #43DDFF
Tints of Turquoise Blue #43DDFF
RGB
CMYK
RGB Variations
Color information
#43DDFF (or 0x43DDFF) is known color: Turquoise Blue. HEX triplet: 43, DD and FF. RGB value is (67,221,255). Sum of RGB (Red+Green+Blue) = 67+221+255=543 (71% of max value = 765). Red value is 67 (26.56% from 255 or 12.34% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #43DDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43DDFF is #BC2200. Grayscale: #B2B2B2. Windows color (decimal): -12329473 or 16768323. OLE color: 16768323.
HSL color Cylindrical-coordinate representation of color #43DDFF: hue angle of 190.85º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43DDFF is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 221 | 255 | - |
| CMYK | 0.74 | 0.13 | 0 | 0 |
| HSL | 190.85º | 1% | 0.63% | - |
| HSV(B) | 190.85º | 0.74% | 1% | - |
| XYZ | 46.22 | 60.13 | 103.78 | - |
| YUV | 178.83 | 170.98 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 221 | 255 | 0.74 | 0.13 | 0 | 0 | 190.85 | 1 | 0.63 |
| Hex | 43 | DD | FF | 4A | D | 0 | 0 | BF | 64 | 3F |
| Octal | 103 | 335 | 377 | 112 | 15 | 0 | 0 | 277 | 144 | 77 |
| Binary | 1000011 | 11011101 | 11111111 | 1001010 | 1101 | 0 | 0 | 10111111 | 1100100 | 111111 |
Color Harmonies of #43DDFF
Complementary color
Monochromatic Colors of #43DDFF
Black with #43DDFF
Text Example
Text Example
White with #43DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DDFF; }
p { color: rgb(67,221,255); }
H1.HeaderClassName
{
color: #43DDFF;
}
.AnyTagClassName
{
color: #43DDFF;
}
</style>
background-color css
<style>
a { background-color: #43DDFF; }
a { background-color: rgb(67,221,255); }
div.DivClassName
{
background-color: #43DDFF;
}
.BgClassName
{
background-color: #43DDFF;
}
</style>
border-color css
<style>
span { border-color: #43DDFF; }
span { border-color: rgb(67,221,255); }
td.TdClassName
{
border-color: #43DDFF;
}
.TagClassName
{
border-color: #43DDFF;
}
</style>