Shades of Turquoise #38EFF4
Tints of Turquoise #38EFF4
RGB
CMYK
RGB Variations
Color information
#38EFF4 (or 0x38EFF4) is known color: Turquoise. HEX triplet: 38, EF and F4. RGB value is (56,239,244). Sum of RGB (Red+Green+Blue) = 56+239+244=539 (71% of max value = 765). Red value is 56 (22.27% from 255 or 10.39% from 539); Green value is 239 (93.75% from 255 or 44.34% from 539); Blue value is 244 (95.70% from 255 or 45.27% from 539); Max value from RGB is 244 - color contains mainly: blue. Hex color #38EFF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38EFF4 is #C7100B. Grayscale: #B8B8B8. Windows color (decimal): -13045772 or 16052024. OLE color: 16052024.
HSL color Cylindrical-coordinate representation of color #38EFF4: hue angle of 181.6º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38EFF4 is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 239 | 244 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.04 |
| HSL | 181.6º | 0.9% | 0.59% | - |
| HSV(B) | 181.6º | 0.77% | 0.96% | - |
| XYZ | 48.83 | 69.11 | 96.35 | - |
| YUV | 184.85 | 161.37 | 36.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 239 | 244 | 0.77 | 0.02 | 0 | 0.04 | 181.6 | 0.9 | 0.59 |
| Hex | 38 | EF | F4 | 4D | 2 | 0 | 4 | B6 | 5A | 3B |
| Octal | 70 | 357 | 364 | 115 | 2 | 0 | 4 | 266 | 132 | 73 |
| Binary | 111000 | 11101111 | 11110100 | 1001101 | 10 | 0 | 100 | 10110110 | 1011010 | 111011 |
Color Harmonies of #38EFF4
Complementary color
Monochromatic Colors of #38EFF4
Black with #38EFF4
Text Example
Text Example
White with #38EFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EFF4; }
p { color: rgb(56,239,244); }
H1.HeaderClassName
{
color: #38EFF4;
}
.AnyTagClassName
{
color: #38EFF4;
}
</style>
background-color css
<style>
a { background-color: #38EFF4; }
a { background-color: rgb(56,239,244); }
div.DivClassName
{
background-color: #38EFF4;
}
.BgClassName
{
background-color: #38EFF4;
}
</style>
border-color css
<style>
span { border-color: #38EFF4; }
span { border-color: rgb(56,239,244); }
td.TdClassName
{
border-color: #38EFF4;
}
.TagClassName
{
border-color: #38EFF4;
}
</style>