Shades of Turquoise #38D2EC
Tints of Turquoise #38D2EC
RGB
CMYK
RGB Variations
Color information
#38D2EC (or 0x38D2EC) is known color: Turquoise. HEX triplet: 38, D2 and EC. RGB value is (56,210,236). Sum of RGB (Red+Green+Blue) = 56+210+236=502 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.16% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #38D2EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38D2EC is #C72D13. Grayscale: #A6A6A6. Windows color (decimal): -13053204 or 15520312. OLE color: 15520312.
HSL color Cylindrical-coordinate representation of color #38D2EC: hue angle of 188.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38D2EC is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 210 | 236 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.07 |
| HSL | 188.67º | 0.83% | 0.57% | - |
| HSV(B) | 188.67º | 0.76% | 0.93% | - |
| XYZ | 39.82 | 52.99 | 87.49 | - |
| YUV | 166.92 | 166.98 | 48.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 210 | 236 | 0.76 | 0.11 | 0 | 0.07 | 188.67 | 0.83 | 0.57 |
| Hex | 38 | D2 | EC | 4C | B | 0 | 7 | BD | 53 | 39 |
| Octal | 70 | 322 | 354 | 114 | 13 | 0 | 7 | 275 | 123 | 71 |
| Binary | 111000 | 11010010 | 11101100 | 1001100 | 1011 | 0 | 111 | 10111101 | 1010011 | 111001 |
Color Harmonies of #38D2EC
Complementary color
Monochromatic Colors of #38D2EC
Black with #38D2EC
Text Example
Text Example
White with #38D2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D2EC; }
p { color: rgb(56,210,236); }
H1.HeaderClassName
{
color: #38D2EC;
}
.AnyTagClassName
{
color: #38D2EC;
}
</style>
background-color css
<style>
a { background-color: #38D2EC; }
a { background-color: rgb(56,210,236); }
div.DivClassName
{
background-color: #38D2EC;
}
.BgClassName
{
background-color: #38D2EC;
}
</style>
border-color css
<style>
span { border-color: #38D2EC; }
span { border-color: rgb(56,210,236); }
td.TdClassName
{
border-color: #38D2EC;
}
.TagClassName
{
border-color: #38D2EC;
}
</style>