Shades of Turquoise #38DAE5
Tints of Turquoise #38DAE5
RGB
CMYK
RGB Variations
Color information
#38DAE5 (or 0x38DAE5) is known color: Turquoise. HEX triplet: 38, DA and E5. RGB value is (56,218,229). Sum of RGB (Red+Green+Blue) = 56+218+229=503 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.13% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 229 - color contains mainly: blue. Hex color #38DAE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DAE5 is #C7251A. Grayscale: #AAAAAA. Windows color (decimal): -13051163 or 15063608. OLE color: 15063608.
HSL color Cylindrical-coordinate representation of color #38DAE5: hue angle of 183.82º 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 #38DAE5 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 218 | 229 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.10 |
| HSL | 183.82º | 0.77% | 0.56% | - |
| HSV(B) | 183.82º | 0.76% | 0.9% | - |
| XYZ | 40.85 | 56.64 | 82.91 | - |
| YUV | 170.82 | 160.83 | 46.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 218 | 229 | 0.76 | 0.05 | 0 | 0.10 | 183.82 | 0.77 | 0.56 |
| Hex | 38 | DA | E5 | 4C | 5 | 0 | A | B8 | 4D | 38 |
| Octal | 70 | 332 | 345 | 114 | 5 | 0 | 12 | 270 | 115 | 70 |
| Binary | 111000 | 11011010 | 11100101 | 1001100 | 101 | 0 | 1010 | 10111000 | 1001101 | 111000 |
Color Harmonies of #38DAE5
Complementary color
Monochromatic Colors of #38DAE5
Black with #38DAE5
Text Example
Text Example
White with #38DAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DAE5; }
p { color: rgb(56,218,229); }
H1.HeaderClassName
{
color: #38DAE5;
}
.AnyTagClassName
{
color: #38DAE5;
}
</style>
background-color css
<style>
a { background-color: #38DAE5; }
a { background-color: rgb(56,218,229); }
div.DivClassName
{
background-color: #38DAE5;
}
.BgClassName
{
background-color: #38DAE5;
}
</style>
border-color css
<style>
span { border-color: #38DAE5; }
span { border-color: rgb(56,218,229); }
td.TdClassName
{
border-color: #38DAE5;
}
.TagClassName
{
border-color: #38DAE5;
}
</style>