Shades of Turquoise Blue #43DCFB
Tints of Turquoise Blue #43DCFB
RGB
CMYK
RGB Variations
Color information
#43DCFB (or 0x43DCFB) is known color: Turquoise Blue. HEX triplet: 43, DC and FB. RGB value is (67,220,251). Sum of RGB (Red+Green+Blue) = 67+220+251=538 (71% of max value = 765). Red value is 67 (26.56% from 255 or 12.45% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #43DCFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43DCFB is #BC2304. Grayscale: #B1B1B1. Windows color (decimal): -12329733 or 16505923. OLE color: 16505923.
HSL color Cylindrical-coordinate representation of color #43DCFB: hue angle of 190.11º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43DCFB is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 220 | 251 | - |
| CMYK | 0.73 | 0.12 | 0 | 0.02 |
| HSL | 190.11º | 0.96% | 0.62% | - |
| HSV(B) | 190.11º | 0.73% | 0.98% | - |
| XYZ | 45.32 | 59.34 | 100.33 | - |
| YUV | 177.79 | 169.31 | 48.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 220 | 251 | 0.73 | 0.12 | 0 | 0.02 | 190.11 | 0.96 | 0.62 |
| Hex | 43 | DC | FB | 49 | C | 0 | 2 | BE | 60 | 3E |
| Octal | 103 | 334 | 373 | 111 | 14 | 0 | 2 | 276 | 140 | 76 |
| Binary | 1000011 | 11011100 | 11111011 | 1001001 | 1100 | 0 | 10 | 10111110 | 1100000 | 111110 |
Color Harmonies of #43DCFB
Complementary color
Monochromatic Colors of #43DCFB
Black with #43DCFB
Text Example
Text Example
White with #43DCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DCFB; }
p { color: rgb(67,220,251); }
H1.HeaderClassName
{
color: #43DCFB;
}
.AnyTagClassName
{
color: #43DCFB;
}
</style>
background-color css
<style>
a { background-color: #43DCFB; }
a { background-color: rgb(67,220,251); }
div.DivClassName
{
background-color: #43DCFB;
}
.BgClassName
{
background-color: #43DCFB;
}
</style>
border-color css
<style>
span { border-color: #43DCFB; }
span { border-color: rgb(67,220,251); }
td.TdClassName
{
border-color: #43DCFB;
}
.TagClassName
{
border-color: #43DCFB;
}
</style>