Shades of Turquoise #40F3C4
Tints of Turquoise #40F3C4
RGB
CMYK
RGB Variations
Color information
#40F3C4 (or 0x40F3C4) is known color: Turquoise. HEX triplet: 40, F3 and C4. RGB value is (64,243,196). Sum of RGB (Red+Green+Blue) = 64+243+196=503 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.72% from 503); Green value is 243 (95.31% from 255 or 48.31% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 243 - color contains mainly: green. Hex color #40F3C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F3C4 is #BF0C3B. Grayscale: #B8B8B8. Windows color (decimal): -12520508 or 12907328. OLE color: 12907328.
HSL color Cylindrical-coordinate representation of color #40F3C4: hue angle of 164.25º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F3C4 is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 243 | 196 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.05 |
| HSL | 164.25º | 0.88% | 0.6% | - |
| HSV(B) | 164.25º | 0.74% | 0.95% | - |
| XYZ | 44.13 | 69.18 | 63.25 | - |
| YUV | 184.12 | 134.7 | 42.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 243 | 196 | 0.74 | 0 | 0.19 | 0.05 | 164.25 | 0.88 | 0.6 |
| Hex | 40 | F3 | C4 | 4A | 0 | 13 | 5 | A4 | 58 | 3C |
| Octal | 100 | 363 | 304 | 112 | 0 | 23 | 5 | 244 | 130 | 74 |
| Binary | 1000000 | 11110011 | 11000100 | 1001010 | 0 | 10011 | 101 | 10100100 | 1011000 | 111100 |
Color Harmonies of #40F3C4
Complementary color
Monochromatic Colors of #40F3C4
Black with #40F3C4
Text Example
Text Example
White with #40F3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F3C4; }
p { color: rgb(64,243,196); }
H1.HeaderClassName
{
color: #40F3C4;
}
.AnyTagClassName
{
color: #40F3C4;
}
</style>
background-color css
<style>
a { background-color: #40F3C4; }
a { background-color: rgb(64,243,196); }
div.DivClassName
{
background-color: #40F3C4;
}
.BgClassName
{
background-color: #40F3C4;
}
</style>
border-color css
<style>
span { border-color: #40F3C4; }
span { border-color: rgb(64,243,196); }
td.TdClassName
{
border-color: #40F3C4;
}
.TagClassName
{
border-color: #40F3C4;
}
</style>