Shades of Turquoise #38D3ED
Tints of Turquoise #38D3ED
RGB
CMYK
RGB Variations
Color information
#38D3ED (or 0x38D3ED) is known color: Turquoise. HEX triplet: 38, D3 and ED. RGB value is (56,211,237). Sum of RGB (Red+Green+Blue) = 56+211+237=504 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.11% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #38D3ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38D3ED is #C72C12. Grayscale: #A7A7A7. Windows color (decimal): -13052947 or 15586104. OLE color: 15586104.
HSL color Cylindrical-coordinate representation of color #38D3ED: hue angle of 188.62º 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 #38D3ED is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 211 | 237 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.07 |
| HSL | 188.62º | 0.83% | 0.57% | - |
| HSV(B) | 188.62º | 0.76% | 0.93% | - |
| XYZ | 40.21 | 53.54 | 88.34 | - |
| YUV | 167.62 | 167.15 | 48.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 211 | 237 | 0.76 | 0.11 | 0 | 0.07 | 188.62 | 0.83 | 0.57 |
| Hex | 38 | D3 | ED | 4C | B | 0 | 7 | BD | 53 | 39 |
| Octal | 70 | 323 | 355 | 114 | 13 | 0 | 7 | 275 | 123 | 71 |
| Binary | 111000 | 11010011 | 11101101 | 1001100 | 1011 | 0 | 111 | 10111101 | 1010011 | 111001 |
Color Harmonies of #38D3ED
Complementary color
Monochromatic Colors of #38D3ED
Black with #38D3ED
Text Example
Text Example
White with #38D3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D3ED; }
p { color: rgb(56,211,237); }
H1.HeaderClassName
{
color: #38D3ED;
}
.AnyTagClassName
{
color: #38D3ED;
}
</style>
background-color css
<style>
a { background-color: #38D3ED; }
a { background-color: rgb(56,211,237); }
div.DivClassName
{
background-color: #38D3ED;
}
.BgClassName
{
background-color: #38D3ED;
}
</style>
border-color css
<style>
span { border-color: #38D3ED; }
span { border-color: rgb(56,211,237); }
td.TdClassName
{
border-color: #38D3ED;
}
.TagClassName
{
border-color: #38D3ED;
}
</style>