Shades of Turquoise Blue #43DBFF
Tints of Turquoise Blue #43DBFF
RGB
CMYK
RGB Variations
Color information
#43DBFF (or 0x43DBFF) is known color: Turquoise Blue. HEX triplet: 43, DB and FF. RGB value is (67,219,255). Sum of RGB (Red+Green+Blue) = 67+219+255=541 (71% of max value = 765). Red value is 67 (26.56% from 255 or 12.38% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #43DBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43DBFF is #BC2400. Grayscale: #B1B1B1. Windows color (decimal): -12329985 or 16767811. OLE color: 16767811.
HSL color Cylindrical-coordinate representation of color #43DBFF: hue angle of 191.49º 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 #43DBFF is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 219 | 255 | - |
| CMYK | 0.74 | 0.14 | 0 | 0 |
| HSL | 191.49º | 1% | 0.63% | - |
| HSV(B) | 191.49º | 0.74% | 1% | - |
| XYZ | 45.7 | 59.08 | 103.6 | - |
| YUV | 177.66 | 171.64 | 49.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 219 | 255 | 0.74 | 0.14 | 0 | 0 | 191.49 | 1 | 0.63 |
| Hex | 43 | DB | FF | 4A | E | 0 | 0 | BF | 64 | 3F |
| Octal | 103 | 333 | 377 | 112 | 16 | 0 | 0 | 277 | 144 | 77 |
| Binary | 1000011 | 11011011 | 11111111 | 1001010 | 1110 | 0 | 0 | 10111111 | 1100100 | 111111 |
Color Harmonies of #43DBFF
Complementary color
Monochromatic Colors of #43DBFF
Black with #43DBFF
Text Example
Text Example
White with #43DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DBFF; }
p { color: rgb(67,219,255); }
H1.HeaderClassName
{
color: #43DBFF;
}
.AnyTagClassName
{
color: #43DBFF;
}
</style>
background-color css
<style>
a { background-color: #43DBFF; }
a { background-color: rgb(67,219,255); }
div.DivClassName
{
background-color: #43DBFF;
}
.BgClassName
{
background-color: #43DBFF;
}
</style>
border-color css
<style>
span { border-color: #43DBFF; }
span { border-color: rgb(67,219,255); }
td.TdClassName
{
border-color: #43DBFF;
}
.TagClassName
{
border-color: #43DBFF;
}
</style>