Shades of Turquoise Blue #43DDFE
Tints of Turquoise Blue #43DDFE
RGB
CMYK
RGB Variations
Color information
#43DDFE (or 0x43DDFE) is known color: Turquoise Blue. HEX triplet: 43, DD and FE. RGB value is (67,221,254). Sum of RGB (Red+Green+Blue) = 67+221+254=542 (71% of max value = 765). Red value is 67 (26.56% from 255 or 12.36% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #43DDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43DDFE is #BC2201. Grayscale: #B2B2B2. Windows color (decimal): -12329474 or 16702787. OLE color: 16702787.
HSL color Cylindrical-coordinate representation of color #43DDFE: hue angle of 190.59º 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 #43DDFE is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 67 | 221 | 254 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.00 |
| HSL | 190.59º | 0.99% | 0.63% | - |
| HSV(B) | 190.59º | 0.74% | 1% | - |
| XYZ | 46.06 | 60.06 | 102.93 | - |
| YUV | 178.72 | 170.48 | 48.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 221 | 254 | 0.74 | 0.13 | 0 | 0.00 | 190.59 | 0.99 | 0.63 |
| Hex | 43 | DD | FE | 4A | D | 0 | 0 | BF | 63 | 3F |
| Octal | 103 | 335 | 376 | 112 | 15 | 0 | 0 | 277 | 143 | 77 |
| Binary | 1000011 | 11011101 | 11111110 | 1001010 | 1101 | 0 | 0 | 10111111 | 1100011 | 111111 |
Color Harmonies of #43DDFE
Complementary color
Monochromatic Colors of #43DDFE
Black with #43DDFE
Text Example
Text Example
White with #43DDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DDFE; }
p { color: rgb(67,221,254); }
H1.HeaderClassName
{
color: #43DDFE;
}
.AnyTagClassName
{
color: #43DDFE;
}
</style>
background-color css
<style>
a { background-color: #43DDFE; }
a { background-color: rgb(67,221,254); }
div.DivClassName
{
background-color: #43DDFE;
}
.BgClassName
{
background-color: #43DDFE;
}
</style>
border-color css
<style>
span { border-color: #43DDFE; }
span { border-color: rgb(67,221,254); }
td.TdClassName
{
border-color: #43DDFE;
}
.TagClassName
{
border-color: #43DDFE;
}
</style>