Shades of Turquoise #38EFE5
Tints of Turquoise #38EFE5
RGB
CMYK
RGB Variations
Color information
#38EFE5 (or 0x38EFE5) is known color: Turquoise. HEX triplet: 38, EF and E5. RGB value is (56,239,229). Sum of RGB (Red+Green+Blue) = 56+239+229=524 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.69% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 229 (89.84% from 255 or 43.70% from 524); Max value from RGB is 239 - color contains mainly: green. Hex color #38EFE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EFE5 is #C7101A. Grayscale: #B7B7B7. Windows color (decimal): -13045787 or 15068984. OLE color: 15068984.
HSL color Cylindrical-coordinate representation of color #38EFE5: hue angle of 176.72º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38EFE5 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 239 | 229 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.06 |
| HSL | 176.72º | 0.85% | 0.58% | - |
| HSV(B) | 176.72º | 0.77% | 0.94% | - |
| XYZ | 46.64 | 68.23 | 84.84 | - |
| YUV | 183.14 | 153.87 | 37.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 239 | 229 | 0.77 | 0 | 0.04 | 0.06 | 176.72 | 0.85 | 0.58 |
| Hex | 38 | EF | E5 | 4D | 0 | 4 | 6 | B1 | 55 | 3A |
| Octal | 70 | 357 | 345 | 115 | 0 | 4 | 6 | 261 | 125 | 72 |
| Binary | 111000 | 11101111 | 11100101 | 1001101 | 0 | 100 | 110 | 10110001 | 1010101 | 111010 |
Color Harmonies of #38EFE5
Complementary color
Monochromatic Colors of #38EFE5
Black with #38EFE5
Text Example
Text Example
White with #38EFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EFE5; }
p { color: rgb(56,239,229); }
H1.HeaderClassName
{
color: #38EFE5;
}
.AnyTagClassName
{
color: #38EFE5;
}
</style>
background-color css
<style>
a { background-color: #38EFE5; }
a { background-color: rgb(56,239,229); }
div.DivClassName
{
background-color: #38EFE5;
}
.BgClassName
{
background-color: #38EFE5;
}
</style>
border-color css
<style>
span { border-color: #38EFE5; }
span { border-color: rgb(56,239,229); }
td.TdClassName
{
border-color: #38EFE5;
}
.TagClassName
{
border-color: #38EFE5;
}
</style>