Shades of Turquoise Blue #43D3FC
Tints of Turquoise Blue #43D3FC
RGB
CMYK
RGB Variations
Color information
#43D3FC (or 0x43D3FC) is known color: Turquoise Blue. HEX triplet: 43, D3 and FC. RGB value is (67,211,252). Sum of RGB (Red+Green+Blue) = 67+211+252=530 (70% of max value = 765). Red value is 67 (26.56% from 255 or 12.64% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #43D3FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43D3FC is #BC2C03. Grayscale: #ACACAC. Windows color (decimal): -12332036 or 16569155. OLE color: 16569155.
HSL color Cylindrical-coordinate representation of color #43D3FC: hue angle of 193.3º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43D3FC is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 211 | 252 | - |
| CMYK | 0.73 | 0.16 | 0 | 0.01 |
| HSL | 193.3º | 0.97% | 0.63% | - |
| HSV(B) | 193.3º | 0.73% | 0.99% | - |
| XYZ | 43.18 | 54.81 | 100.4 | - |
| YUV | 172.62 | 172.79 | 52.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 211 | 252 | 0.73 | 0.16 | 0 | 0.01 | 193.3 | 0.97 | 0.63 |
| Hex | 43 | D3 | FC | 49 | 10 | 0 | 1 | C1 | 61 | 3F |
| Octal | 103 | 323 | 374 | 111 | 20 | 0 | 1 | 301 | 141 | 77 |
| Binary | 1000011 | 11010011 | 11111100 | 1001001 | 10000 | 0 | 1 | 11000001 | 1100001 | 111111 |
Color Harmonies of #43D3FC
Complementary color
Monochromatic Colors of #43D3FC
Black with #43D3FC
Text Example
Text Example
White with #43D3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D3FC; }
p { color: rgb(67,211,252); }
H1.HeaderClassName
{
color: #43D3FC;
}
.AnyTagClassName
{
color: #43D3FC;
}
</style>
background-color css
<style>
a { background-color: #43D3FC; }
a { background-color: rgb(67,211,252); }
div.DivClassName
{
background-color: #43D3FC;
}
.BgClassName
{
background-color: #43D3FC;
}
</style>
border-color css
<style>
span { border-color: #43D3FC; }
span { border-color: rgb(67,211,252); }
td.TdClassName
{
border-color: #43D3FC;
}
.TagClassName
{
border-color: #43D3FC;
}
</style>