Shades of Turquoise Blue #43DEFF
Tints of Turquoise Blue #43DEFF
RGB
CMYK
RGB Variations
Color information
#43DEFF (or 0x43DEFF) is known color: Turquoise Blue. HEX triplet: 43, DE and FF. RGB value is (67,222,255). Sum of RGB (Red+Green+Blue) = 67+222+255=544 (72% of max value = 765). Red value is 67 (26.56% from 255 or 12.32% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #43DEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43DEFF is #BC2100. Grayscale: #B3B3B3. Windows color (decimal): -12329217 or 16768579. OLE color: 16768579.
HSL color Cylindrical-coordinate representation of color #43DEFF: hue angle of 190.53º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43DEFF is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 222 | 255 | - |
| CMYK | 0.74 | 0.13 | 0 | 0 |
| HSL | 190.53º | 1% | 0.63% | - |
| HSV(B) | 190.53º | 0.74% | 1% | - |
| XYZ | 46.49 | 60.66 | 103.87 | - |
| YUV | 179.42 | 170.65 | 47.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 222 | 255 | 0.74 | 0.13 | 0 | 0 | 190.53 | 1 | 0.63 |
| Hex | 43 | DE | FF | 4A | D | 0 | 0 | BF | 64 | 3F |
| Octal | 103 | 336 | 377 | 112 | 15 | 0 | 0 | 277 | 144 | 77 |
| Binary | 1000011 | 11011110 | 11111111 | 1001010 | 1101 | 0 | 0 | 10111111 | 1100100 | 111111 |
Color Harmonies of #43DEFF
Complementary color
Monochromatic Colors of #43DEFF
Black with #43DEFF
Text Example
Text Example
White with #43DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DEFF; }
p { color: rgb(67,222,255); }
H1.HeaderClassName
{
color: #43DEFF;
}
.AnyTagClassName
{
color: #43DEFF;
}
</style>
background-color css
<style>
a { background-color: #43DEFF; }
a { background-color: rgb(67,222,255); }
div.DivClassName
{
background-color: #43DEFF;
}
.BgClassName
{
background-color: #43DEFF;
}
</style>
border-color css
<style>
span { border-color: #43DEFF; }
span { border-color: rgb(67,222,255); }
td.TdClassName
{
border-color: #43DEFF;
}
.TagClassName
{
border-color: #43DEFF;
}
</style>