Shades of Turquoise Blue #43DBFE
Tints of Turquoise Blue #43DBFE
RGB
CMYK
RGB Variations
Color information
#43DBFE (or 0x43DBFE) is known color: Turquoise Blue. HEX triplet: 43, DB and FE. RGB value is (67,219,254). Sum of RGB (Red+Green+Blue) = 67+219+254=540 (71% of max value = 765). Red value is 67 (26.56% from 255 or 12.41% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #43DBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43DBFE is #BC2401. Grayscale: #B1B1B1. Windows color (decimal): -12329986 or 16702275. OLE color: 16702275.
HSL color Cylindrical-coordinate representation of color #43DBFE: hue angle of 191.23º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43DBFE is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 67 | 219 | 254 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.00 |
| HSL | 191.23º | 0.99% | 0.63% | - |
| HSV(B) | 191.23º | 0.74% | 1% | - |
| XYZ | 45.54 | 59.01 | 102.76 | - |
| YUV | 177.54 | 171.14 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 219 | 254 | 0.74 | 0.14 | 0 | 0.00 | 191.23 | 0.99 | 0.63 |
| Hex | 43 | DB | FE | 4A | E | 0 | 0 | BF | 63 | 3F |
| Octal | 103 | 333 | 376 | 112 | 16 | 0 | 0 | 277 | 143 | 77 |
| Binary | 1000011 | 11011011 | 11111110 | 1001010 | 1110 | 0 | 0 | 10111111 | 1100011 | 111111 |
Color Harmonies of #43DBFE
Complementary color
Monochromatic Colors of #43DBFE
Black with #43DBFE
Text Example
Text Example
White with #43DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DBFE; }
p { color: rgb(67,219,254); }
H1.HeaderClassName
{
color: #43DBFE;
}
.AnyTagClassName
{
color: #43DBFE;
}
</style>
background-color css
<style>
a { background-color: #43DBFE; }
a { background-color: rgb(67,219,254); }
div.DivClassName
{
background-color: #43DBFE;
}
.BgClassName
{
background-color: #43DBFE;
}
</style>
border-color css
<style>
span { border-color: #43DBFE; }
span { border-color: rgb(67,219,254); }
td.TdClassName
{
border-color: #43DBFE;
}
.TagClassName
{
border-color: #43DBFE;
}
</style>