Shades of Turquoise #43E8F1
Tints of Turquoise #43E8F1
RGB
CMYK
RGB Variations
Color information
#43E8F1 (or 0x43E8F1) is known color: Turquoise. HEX triplet: 43, E8 and F1. RGB value is (67,232,241). Sum of RGB (Red+Green+Blue) = 67+232+241=540 (71% of max value = 765). Red value is 67 (26.56% from 255 or 12.41% from 540); Green value is 232 (91.02% from 255 or 42.96% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #43E8F1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43E8F1 is #BC170E. Grayscale: #B7B7B7. Windows color (decimal): -12326671 or 15853635. OLE color: 15853635.
HSL color Cylindrical-coordinate representation of color #43E8F1: hue angle of 183.1º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43E8F1 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 67 | 232 | 241 | - |
| CMYK | 0.72 | 0.04 | 0 | 0.05 |
| HSL | 183.1º | 0.86% | 0.6% | - |
| HSV(B) | 183.1º | 0.72% | 0.95% | - |
| XYZ | 47.05 | 65.26 | 93.34 | - |
| YUV | 183.69 | 160.34 | 44.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 232 | 241 | 0.72 | 0.04 | 0 | 0.05 | 183.1 | 0.86 | 0.6 |
| Hex | 43 | E8 | F1 | 48 | 4 | 0 | 5 | B7 | 56 | 3C |
| Octal | 103 | 350 | 361 | 110 | 4 | 0 | 5 | 267 | 126 | 74 |
| Binary | 1000011 | 11101000 | 11110001 | 1001000 | 100 | 0 | 101 | 10110111 | 1010110 | 111100 |
Color Harmonies of #43E8F1
Complementary color
Monochromatic Colors of #43E8F1
Black with #43E8F1
Text Example
Text Example
White with #43E8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E8F1; }
p { color: rgb(67,232,241); }
H1.HeaderClassName
{
color: #43E8F1;
}
.AnyTagClassName
{
color: #43E8F1;
}
</style>
background-color css
<style>
a { background-color: #43E8F1; }
a { background-color: rgb(67,232,241); }
div.DivClassName
{
background-color: #43E8F1;
}
.BgClassName
{
background-color: #43E8F1;
}
</style>
border-color css
<style>
span { border-color: #43E8F1; }
span { border-color: rgb(67,232,241); }
td.TdClassName
{
border-color: #43E8F1;
}
.TagClassName
{
border-color: #43E8F1;
}
</style>