Shades of Turquoise Blue #43DBFB
Tints of Turquoise Blue #43DBFB
RGB
CMYK
RGB Variations
Color information
#43DBFB (or 0x43DBFB) is known color: Turquoise Blue. HEX triplet: 43, DB and FB. RGB value is (67,219,251). Sum of RGB (Red+Green+Blue) = 67+219+251=537 (71% of max value = 765). Red value is 67 (26.56% from 255 or 12.48% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #43DBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43DBFB is #BC2404. Grayscale: #B0B0B0. Windows color (decimal): -12329989 or 16505667. OLE color: 16505667.
HSL color Cylindrical-coordinate representation of color #43DBFB: hue angle of 190.43º 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 #43DBFB is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 219 | 251 | - |
| CMYK | 0.73 | 0.13 | 0 | 0.02 |
| HSL | 190.43º | 0.96% | 0.62% | - |
| HSV(B) | 190.43º | 0.73% | 0.98% | - |
| XYZ | 45.06 | 58.82 | 100.25 | - |
| YUV | 177.2 | 169.64 | 49.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 219 | 251 | 0.73 | 0.13 | 0 | 0.02 | 190.43 | 0.96 | 0.62 |
| Hex | 43 | DB | FB | 49 | D | 0 | 2 | BE | 60 | 3E |
| Octal | 103 | 333 | 373 | 111 | 15 | 0 | 2 | 276 | 140 | 76 |
| Binary | 1000011 | 11011011 | 11111011 | 1001001 | 1101 | 0 | 10 | 10111110 | 1100000 | 111110 |
Color Harmonies of #43DBFB
Complementary color
Monochromatic Colors of #43DBFB
Black with #43DBFB
Text Example
Text Example
White with #43DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DBFB; }
p { color: rgb(67,219,251); }
H1.HeaderClassName
{
color: #43DBFB;
}
.AnyTagClassName
{
color: #43DBFB;
}
</style>
background-color css
<style>
a { background-color: #43DBFB; }
a { background-color: rgb(67,219,251); }
div.DivClassName
{
background-color: #43DBFB;
}
.BgClassName
{
background-color: #43DBFB;
}
</style>
border-color css
<style>
span { border-color: #43DBFB; }
span { border-color: rgb(67,219,251); }
td.TdClassName
{
border-color: #43DBFB;
}
.TagClassName
{
border-color: #43DBFB;
}
</style>