Shades of Turquoise #38EBE5
Tints of Turquoise #38EBE5
RGB
CMYK
RGB Variations
Color information
#38EBE5 (or 0x38EBE5) is known color: Turquoise. HEX triplet: 38, EB and E5. RGB value is (56,235,229). Sum of RGB (Red+Green+Blue) = 56+235+229=520 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.77% from 520); Green value is 235 (92.19% from 255 or 45.19% from 520); Blue value is 229 (89.84% from 255 or 44.04% from 520); Max value from RGB is 235 - color contains mainly: green. Hex color #38EBE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EBE5 is #C7141A. Grayscale: #B4B4B4. Windows color (decimal): -13046811 or 15067960. OLE color: 15067960.
HSL color Cylindrical-coordinate representation of color #38EBE5: hue angle of 177.99º degrees, saturation: 0.82, 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 #38EBE5 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 56 | 235 | 229 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.08 |
| HSL | 177.99º | 0.82% | 0.57% | - |
| HSV(B) | 177.99º | 0.76% | 0.92% | - |
| XYZ | 45.48 | 65.91 | 84.45 | - |
| YUV | 180.8 | 155.2 | 38.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 235 | 229 | 0.76 | 0 | 0.03 | 0.08 | 177.99 | 0.82 | 0.57 |
| Hex | 38 | EB | E5 | 4C | 0 | 3 | 8 | B2 | 52 | 39 |
| Octal | 70 | 353 | 345 | 114 | 0 | 3 | 10 | 262 | 122 | 71 |
| Binary | 111000 | 11101011 | 11100101 | 1001100 | 0 | 11 | 1000 | 10110010 | 1010010 | 111001 |
Color Harmonies of #38EBE5
Complementary color
Monochromatic Colors of #38EBE5
Black with #38EBE5
Text Example
Text Example
White with #38EBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EBE5; }
p { color: rgb(56,235,229); }
H1.HeaderClassName
{
color: #38EBE5;
}
.AnyTagClassName
{
color: #38EBE5;
}
</style>
background-color css
<style>
a { background-color: #38EBE5; }
a { background-color: rgb(56,235,229); }
div.DivClassName
{
background-color: #38EBE5;
}
.BgClassName
{
background-color: #38EBE5;
}
</style>
border-color css
<style>
span { border-color: #38EBE5; }
span { border-color: rgb(56,235,229); }
td.TdClassName
{
border-color: #38EBE5;
}
.TagClassName
{
border-color: #38EBE5;
}
</style>