Shades of Turquoise #38DCED
Tints of Turquoise #38DCED
RGB
CMYK
RGB Variations
Color information
#38DCED (or 0x38DCED) is known color: Turquoise. HEX triplet: 38, DC and ED. RGB value is (56,220,237). Sum of RGB (Red+Green+Blue) = 56+220+237=513 (67% of max value = 765). Red value is 56 (22.27% from 255 or 10.92% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #38DCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38DCED is #C72312. Grayscale: #ACACAC. Windows color (decimal): -13050643 or 15588408. OLE color: 15588408.
HSL color Cylindrical-coordinate representation of color #38DCED: hue angle of 185.64º 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 #38DCED is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 220 | 237 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.07 |
| HSL | 185.64º | 0.83% | 0.57% | - |
| HSV(B) | 185.64º | 0.76% | 0.93% | - |
| XYZ | 42.51 | 58.14 | 89.1 | - |
| YUV | 172.9 | 164.17 | 44.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 220 | 237 | 0.76 | 0.07 | 0 | 0.07 | 185.64 | 0.83 | 0.57 |
| Hex | 38 | DC | ED | 4C | 7 | 0 | 7 | BA | 53 | 39 |
| Octal | 70 | 334 | 355 | 114 | 7 | 0 | 7 | 272 | 123 | 71 |
| Binary | 111000 | 11011100 | 11101101 | 1001100 | 111 | 0 | 111 | 10111010 | 1010011 | 111001 |
Color Harmonies of #38DCED
Complementary color
Monochromatic Colors of #38DCED
Black with #38DCED
Text Example
Text Example
White with #38DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DCED; }
p { color: rgb(56,220,237); }
H1.HeaderClassName
{
color: #38DCED;
}
.AnyTagClassName
{
color: #38DCED;
}
</style>
background-color css
<style>
a { background-color: #38DCED; }
a { background-color: rgb(56,220,237); }
div.DivClassName
{
background-color: #38DCED;
}
.BgClassName
{
background-color: #38DCED;
}
</style>
border-color css
<style>
span { border-color: #38DCED; }
span { border-color: rgb(56,220,237); }
td.TdClassName
{
border-color: #38DCED;
}
.TagClassName
{
border-color: #38DCED;
}
</style>