Shades of Turquoise #43DAEA
Tints of Turquoise #43DAEA
RGB
CMYK
RGB Variations
Color information
#43DAEA (or 0x43DAEA) is known color: Turquoise. HEX triplet: 43, DA and EA. RGB value is (67,218,234). Sum of RGB (Red+Green+Blue) = 67+218+234=519 (68% of max value = 765). Red value is 67 (26.56% from 255 or 12.91% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #43DAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43DAEA is #BC2515. Grayscale: #AEAEAE. Windows color (decimal): -12330262 or 15391299. OLE color: 15391299.
HSL color Cylindrical-coordinate representation of color #43DAEA: hue angle of 185.75º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #43DAEA is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 67 | 218 | 234 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.08 |
| HSL | 185.75º | 0.8% | 0.59% | - |
| HSV(B) | 185.75º | 0.71% | 0.92% | - |
| XYZ | 42.24 | 57.28 | 86.67 | - |
| YUV | 174.68 | 161.47 | 51.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 218 | 234 | 0.71 | 0.07 | 0 | 0.08 | 185.75 | 0.8 | 0.59 |
| Hex | 43 | DA | EA | 47 | 7 | 0 | 8 | BA | 50 | 3B |
| Octal | 103 | 332 | 352 | 107 | 7 | 0 | 10 | 272 | 120 | 73 |
| Binary | 1000011 | 11011010 | 11101010 | 1000111 | 111 | 0 | 1000 | 10111010 | 1010000 | 111011 |
Color Harmonies of #43DAEA
Complementary color
Monochromatic Colors of #43DAEA
Black with #43DAEA
Text Example
Text Example
White with #43DAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DAEA; }
p { color: rgb(67,218,234); }
H1.HeaderClassName
{
color: #43DAEA;
}
.AnyTagClassName
{
color: #43DAEA;
}
</style>
background-color css
<style>
a { background-color: #43DAEA; }
a { background-color: rgb(67,218,234); }
div.DivClassName
{
background-color: #43DAEA;
}
.BgClassName
{
background-color: #43DAEA;
}
</style>
border-color css
<style>
span { border-color: #43DAEA; }
span { border-color: rgb(67,218,234); }
td.TdClassName
{
border-color: #43DAEA;
}
.TagClassName
{
border-color: #43DAEA;
}
</style>