Shades of Turquoise #38FFEE
Tints of Turquoise #38FFEE
RGB
CMYK
RGB Variations
Color information
#38FFEE (or 0x38FFEE) is known color: Turquoise. HEX triplet: 38, FF and EE. RGB value is (56,255,238). Sum of RGB (Red+Green+Blue) = 56+255+238=549 (72% of max value = 765). Red value is 56 (22.27% from 255 or 10.20% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #38FFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38FFEE is #C70011. Grayscale: #C1C1C1. Windows color (decimal): -13041682 or 15662904. OLE color: 15662904.
HSL color Cylindrical-coordinate representation of color #38FFEE: hue angle of 174.87º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FFEE is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 238 | - |
| CMYK | 0.78 | 0 | 0.07 | 0 |
| HSL | 174.87º | 1% | 0.61% | - |
| HSV(B) | 174.87º | 0.78% | 1% | - |
| XYZ | 52.82 | 78.53 | 93.26 | - |
| YUV | 193.56 | 153.07 | 29.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 238 | 0.78 | 0 | 0.07 | 0 | 174.87 | 1 | 0.61 |
| Hex | 38 | FF | EE | 4E | 0 | 7 | 0 | AF | 64 | 3D |
| Octal | 70 | 377 | 356 | 116 | 0 | 7 | 0 | 257 | 144 | 75 |
| Binary | 111000 | 11111111 | 11101110 | 1001110 | 0 | 111 | 0 | 10101111 | 1100100 | 111101 |
Color Harmonies of #38FFEE
Complementary color
Monochromatic Colors of #38FFEE
Black with #38FFEE
Text Example
Text Example
White with #38FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FFEE; }
p { color: rgb(56,255,238); }
H1.HeaderClassName
{
color: #38FFEE;
}
.AnyTagClassName
{
color: #38FFEE;
}
</style>
background-color css
<style>
a { background-color: #38FFEE; }
a { background-color: rgb(56,255,238); }
div.DivClassName
{
background-color: #38FFEE;
}
.BgClassName
{
background-color: #38FFEE;
}
</style>
border-color css
<style>
span { border-color: #38FFEE; }
span { border-color: rgb(56,255,238); }
td.TdClassName
{
border-color: #38FFEE;
}
.TagClassName
{
border-color: #38FFEE;
}
</style>