Shades of Turquoise Blue #43DCFD
Tints of Turquoise Blue #43DCFD
RGB
CMYK
RGB Variations
Color information
#43DCFD (or 0x43DCFD) is known color: Turquoise Blue. HEX triplet: 43, DC and FD. RGB value is (67,220,253). Sum of RGB (Red+Green+Blue) = 67+220+253=540 (71% of max value = 765). Red value is 67 (26.56% from 255 or 12.41% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #43DCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43DCFD is #BC2302. Grayscale: #B1B1B1. Windows color (decimal): -12329731 or 16636995. OLE color: 16636995.
HSL color Cylindrical-coordinate representation of color #43DCFD: hue angle of 190.65º 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 #43DCFD is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 220 | 253 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.01 |
| HSL | 190.65º | 0.98% | 0.63% | - |
| HSV(B) | 190.65º | 0.74% | 0.99% | - |
| XYZ | 45.64 | 59.47 | 102 | - |
| YUV | 178.02 | 170.31 | 48.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 220 | 253 | 0.74 | 0.13 | 0 | 0.01 | 190.65 | 0.98 | 0.63 |
| Hex | 43 | DC | FD | 4A | D | 0 | 1 | BF | 62 | 3F |
| Octal | 103 | 334 | 375 | 112 | 15 | 0 | 1 | 277 | 142 | 77 |
| Binary | 1000011 | 11011100 | 11111101 | 1001010 | 1101 | 0 | 1 | 10111111 | 1100010 | 111111 |
Color Harmonies of #43DCFD
Complementary color
Monochromatic Colors of #43DCFD
Black with #43DCFD
Text Example
Text Example
White with #43DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DCFD; }
p { color: rgb(67,220,253); }
H1.HeaderClassName
{
color: #43DCFD;
}
.AnyTagClassName
{
color: #43DCFD;
}
</style>
background-color css
<style>
a { background-color: #43DCFD; }
a { background-color: rgb(67,220,253); }
div.DivClassName
{
background-color: #43DCFD;
}
.BgClassName
{
background-color: #43DCFD;
}
</style>
border-color css
<style>
span { border-color: #43DCFD; }
span { border-color: rgb(67,220,253); }
td.TdClassName
{
border-color: #43DCFD;
}
.TagClassName
{
border-color: #43DCFD;
}
</style>