Shades of Turquoise Blue #43DBFC
Tints of Turquoise Blue #43DBFC
RGB
CMYK
RGB Variations
Color information
#43DBFC (or 0x43DBFC) is known color: Turquoise Blue. HEX triplet: 43, DB and FC. RGB value is (67,219,252). Sum of RGB (Red+Green+Blue) = 67+219+252=538 (71% of max value = 765). Red value is 67 (26.56% from 255 or 12.45% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #43DBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43DBFC is #BC2403. Grayscale: #B1B1B1. Windows color (decimal): -12329988 or 16571203. OLE color: 16571203.
HSL color Cylindrical-coordinate representation of color #43DBFC: hue angle of 190.7º 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 #43DBFC is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 219 | 252 | - |
| CMYK | 0.73 | 0.13 | 0 | 0.01 |
| HSL | 190.7º | 0.97% | 0.63% | - |
| HSV(B) | 190.7º | 0.73% | 0.99% | - |
| XYZ | 45.22 | 58.88 | 101.08 | - |
| YUV | 177.31 | 170.14 | 49.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 219 | 252 | 0.73 | 0.13 | 0 | 0.01 | 190.7 | 0.97 | 0.63 |
| Hex | 43 | DB | FC | 49 | D | 0 | 1 | BF | 61 | 3F |
| Octal | 103 | 333 | 374 | 111 | 15 | 0 | 1 | 277 | 141 | 77 |
| Binary | 1000011 | 11011011 | 11111100 | 1001001 | 1101 | 0 | 1 | 10111111 | 1100001 | 111111 |
Color Harmonies of #43DBFC
Complementary color
Monochromatic Colors of #43DBFC
Black with #43DBFC
Text Example
Text Example
White with #43DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DBFC; }
p { color: rgb(67,219,252); }
H1.HeaderClassName
{
color: #43DBFC;
}
.AnyTagClassName
{
color: #43DBFC;
}
</style>
background-color css
<style>
a { background-color: #43DBFC; }
a { background-color: rgb(67,219,252); }
div.DivClassName
{
background-color: #43DBFC;
}
.BgClassName
{
background-color: #43DBFC;
}
</style>
border-color css
<style>
span { border-color: #43DBFC; }
span { border-color: rgb(67,219,252); }
td.TdClassName
{
border-color: #43DBFC;
}
.TagClassName
{
border-color: #43DBFC;
}
</style>