Shades of Turquoise #38DEE5
Tints of Turquoise #38DEE5
RGB
CMYK
RGB Variations
Color information
#38DEE5 (or 0x38DEE5) is known color: Turquoise. HEX triplet: 38, DE and E5. RGB value is (56,222,229). Sum of RGB (Red+Green+Blue) = 56+222+229=507 (67% of max value = 765). Red value is 56 (22.27% from 255 or 11.05% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 229 - color contains mainly: blue. Hex color #38DEE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DEE5 is #C7211A. Grayscale: #ACACAC. Windows color (decimal): -13050139 or 15064632. OLE color: 15064632.
HSL color Cylindrical-coordinate representation of color #38DEE5: hue angle of 182.43º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38DEE5 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 222 | 229 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.10 |
| HSL | 182.43º | 0.77% | 0.56% | - |
| HSV(B) | 182.43º | 0.76% | 0.9% | - |
| XYZ | 41.9 | 58.74 | 83.26 | - |
| YUV | 173.16 | 159.5 | 44.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 222 | 229 | 0.76 | 0.03 | 0 | 0.10 | 182.43 | 0.77 | 0.56 |
| Hex | 38 | DE | E5 | 4C | 3 | 0 | A | B6 | 4D | 38 |
| Octal | 70 | 336 | 345 | 114 | 3 | 0 | 12 | 266 | 115 | 70 |
| Binary | 111000 | 11011110 | 11100101 | 1001100 | 11 | 0 | 1010 | 10110110 | 1001101 | 111000 |
Color Harmonies of #38DEE5
Complementary color
Monochromatic Colors of #38DEE5
Black with #38DEE5
Text Example
Text Example
White with #38DEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DEE5; }
p { color: rgb(56,222,229); }
H1.HeaderClassName
{
color: #38DEE5;
}
.AnyTagClassName
{
color: #38DEE5;
}
</style>
background-color css
<style>
a { background-color: #38DEE5; }
a { background-color: rgb(56,222,229); }
div.DivClassName
{
background-color: #38DEE5;
}
.BgClassName
{
background-color: #38DEE5;
}
</style>
border-color css
<style>
span { border-color: #38DEE5; }
span { border-color: rgb(56,222,229); }
td.TdClassName
{
border-color: #38DEE5;
}
.TagClassName
{
border-color: #38DEE5;
}
</style>