Shades of Turquoise #38EFE7
Tints of Turquoise #38EFE7
RGB
CMYK
RGB Variations
Color information
#38EFE7 (or 0x38EFE7) is known color: Turquoise. HEX triplet: 38, EF and E7. RGB value is (56,239,231). Sum of RGB (Red+Green+Blue) = 56+239+231=526 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.65% from 526); Green value is 239 (93.75% from 255 or 45.44% from 526); Blue value is 231 (90.62% from 255 or 43.92% from 526); Max value from RGB is 239 - color contains mainly: green. Hex color #38EFE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38EFE7 is #C71018. Grayscale: #B7B7B7. Windows color (decimal): -13045785 or 15200056. OLE color: 15200056.
HSL color Cylindrical-coordinate representation of color #38EFE7: hue angle of 177.38º 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 #38EFE7 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 239 | 231 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.06 |
| HSL | 177.38º | 0.85% | 0.58% | - |
| HSV(B) | 177.38º | 0.77% | 0.94% | - |
| XYZ | 46.92 | 68.34 | 86.32 | - |
| YUV | 183.37 | 154.87 | 37.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 239 | 231 | 0.77 | 0 | 0.03 | 0.06 | 177.38 | 0.85 | 0.58 |
| Hex | 38 | EF | E7 | 4D | 0 | 3 | 6 | B1 | 55 | 3A |
| Octal | 70 | 357 | 347 | 115 | 0 | 3 | 6 | 261 | 125 | 72 |
| Binary | 111000 | 11101111 | 11100111 | 1001101 | 0 | 11 | 110 | 10110001 | 1010101 | 111010 |
Color Harmonies of #38EFE7
Complementary color
Monochromatic Colors of #38EFE7
Black with #38EFE7
Text Example
Text Example
White with #38EFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EFE7; }
p { color: rgb(56,239,231); }
H1.HeaderClassName
{
color: #38EFE7;
}
.AnyTagClassName
{
color: #38EFE7;
}
</style>
background-color css
<style>
a { background-color: #38EFE7; }
a { background-color: rgb(56,239,231); }
div.DivClassName
{
background-color: #38EFE7;
}
.BgClassName
{
background-color: #38EFE7;
}
</style>
border-color css
<style>
span { border-color: #38EFE7; }
span { border-color: rgb(56,239,231); }
td.TdClassName
{
border-color: #38EFE7;
}
.TagClassName
{
border-color: #38EFE7;
}
</style>