Shades of Turquoise #38EACF
Tints of Turquoise #38EACF
RGB
CMYK
RGB Variations
Color information
#38EACF (or 0x38EACF) is known color: Turquoise. HEX triplet: 38, EA and CF. RGB value is (56,234,207). Sum of RGB (Red+Green+Blue) = 56+234+207=497 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.27% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 234 - color contains mainly: green. Hex color #38EACF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EACF is #C71530. Grayscale: #B1B1B1. Windows color (decimal): -13047089 or 13625912. OLE color: 13625912.
HSL color Cylindrical-coordinate representation of color #38EACF: hue angle of 170.9º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EACF is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 56 | 234 | 207 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.08 |
| HSL | 170.9º | 0.81% | 0.57% | - |
| HSV(B) | 170.9º | 0.76% | 0.92% | - |
| XYZ | 42.32 | 64.19 | 69.19 | - |
| YUV | 177.7 | 144.53 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 234 | 207 | 0.76 | 0 | 0.12 | 0.08 | 170.9 | 0.81 | 0.57 |
| Hex | 38 | EA | CF | 4C | 0 | C | 8 | AB | 51 | 39 |
| Octal | 70 | 352 | 317 | 114 | 0 | 14 | 10 | 253 | 121 | 71 |
| Binary | 111000 | 11101010 | 11001111 | 1001100 | 0 | 1100 | 1000 | 10101011 | 1010001 | 111001 |
Color Harmonies of #38EACF
Complementary color
Monochromatic Colors of #38EACF
Black with #38EACF
Text Example
Text Example
White with #38EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EACF; }
p { color: rgb(56,234,207); }
H1.HeaderClassName
{
color: #38EACF;
}
.AnyTagClassName
{
color: #38EACF;
}
</style>
background-color css
<style>
a { background-color: #38EACF; }
a { background-color: rgb(56,234,207); }
div.DivClassName
{
background-color: #38EACF;
}
.BgClassName
{
background-color: #38EACF;
}
</style>
border-color css
<style>
span { border-color: #38EACF; }
span { border-color: rgb(56,234,207); }
td.TdClassName
{
border-color: #38EACF;
}
.TagClassName
{
border-color: #38EACF;
}
</style>