Shades of Turquoise #38E9ED
Tints of Turquoise #38E9ED
RGB
CMYK
RGB Variations
Color information
#38E9ED (or 0x38E9ED) is known color: Turquoise. HEX triplet: 38, E9 and ED. RGB value is (56,233,237). Sum of RGB (Red+Green+Blue) = 56+233+237=526 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.65% from 526); Green value is 233 (91.41% from 255 or 44.30% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #38E9ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38E9ED is #C71612. Grayscale: #B4B4B4. Windows color (decimal): -13047315 or 15591736. OLE color: 15591736.
HSL color Cylindrical-coordinate representation of color #38E9ED: hue angle of 181.33º 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 #38E9ED is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 233 | 237 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.07 |
| HSL | 181.33º | 0.83% | 0.57% | - |
| HSV(B) | 181.33º | 0.76% | 0.93% | - |
| XYZ | 46.06 | 65.23 | 90.28 | - |
| YUV | 180.53 | 159.86 | 39.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 233 | 237 | 0.76 | 0.02 | 0 | 0.07 | 181.33 | 0.83 | 0.57 |
| Hex | 38 | E9 | ED | 4C | 2 | 0 | 7 | B5 | 53 | 39 |
| Octal | 70 | 351 | 355 | 114 | 2 | 0 | 7 | 265 | 123 | 71 |
| Binary | 111000 | 11101001 | 11101101 | 1001100 | 10 | 0 | 111 | 10110101 | 1010011 | 111001 |
Color Harmonies of #38E9ED
Complementary color
Monochromatic Colors of #38E9ED
Black with #38E9ED
Text Example
Text Example
White with #38E9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E9ED; }
p { color: rgb(56,233,237); }
H1.HeaderClassName
{
color: #38E9ED;
}
.AnyTagClassName
{
color: #38E9ED;
}
</style>
background-color css
<style>
a { background-color: #38E9ED; }
a { background-color: rgb(56,233,237); }
div.DivClassName
{
background-color: #38E9ED;
}
.BgClassName
{
background-color: #38E9ED;
}
</style>
border-color css
<style>
span { border-color: #38E9ED; }
span { border-color: rgb(56,233,237); }
td.TdClassName
{
border-color: #38E9ED;
}
.TagClassName
{
border-color: #38E9ED;
}
</style>