Shades of Turquoise Blue #43DBFD
Tints of Turquoise Blue #43DBFD
RGB
CMYK
RGB Variations
Color information
#43DBFD (or 0x43DBFD) is known color: Turquoise Blue. HEX triplet: 43, DB and FD. RGB value is (67,219,253). Sum of RGB (Red+Green+Blue) = 67+219+253=539 (71% of max value = 765). Red value is 67 (26.56% from 255 or 12.43% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #43DBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43DBFD is #BC2402. Grayscale: #B1B1B1. Windows color (decimal): -12329987 or 16636739. OLE color: 16636739.
HSL color Cylindrical-coordinate representation of color #43DBFD: hue angle of 190.97º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43DBFD is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 219 | 253 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.01 |
| HSL | 190.97º | 0.98% | 0.63% | - |
| HSV(B) | 190.97º | 0.74% | 0.99% | - |
| XYZ | 45.38 | 58.95 | 101.92 | - |
| YUV | 177.43 | 170.64 | 49.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 219 | 253 | 0.74 | 0.13 | 0 | 0.01 | 190.97 | 0.98 | 0.63 |
| Hex | 43 | DB | FD | 4A | D | 0 | 1 | BF | 62 | 3F |
| Octal | 103 | 333 | 375 | 112 | 15 | 0 | 1 | 277 | 142 | 77 |
| Binary | 1000011 | 11011011 | 11111101 | 1001010 | 1101 | 0 | 1 | 10111111 | 1100010 | 111111 |
Color Harmonies of #43DBFD
Complementary color
Monochromatic Colors of #43DBFD
Black with #43DBFD
Text Example
Text Example
White with #43DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DBFD; }
p { color: rgb(67,219,253); }
H1.HeaderClassName
{
color: #43DBFD;
}
.AnyTagClassName
{
color: #43DBFD;
}
</style>
background-color css
<style>
a { background-color: #43DBFD; }
a { background-color: rgb(67,219,253); }
div.DivClassName
{
background-color: #43DBFD;
}
.BgClassName
{
background-color: #43DBFD;
}
</style>
border-color css
<style>
span { border-color: #43DBFD; }
span { border-color: rgb(67,219,253); }
td.TdClassName
{
border-color: #43DBFD;
}
.TagClassName
{
border-color: #43DBFD;
}
</style>