Shades of Turquoise #38DCEE
Tints of Turquoise #38DCEE
RGB
CMYK
RGB Variations
Color information
#38DCEE (or 0x38DCEE) is known color: Turquoise. HEX triplet: 38, DC and EE. RGB value is (56,220,238). Sum of RGB (Red+Green+Blue) = 56+220+238=514 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.89% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #38DCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38DCEE is #C72311. Grayscale: #ACACAC. Windows color (decimal): -13050642 or 15653944. OLE color: 15653944.
HSL color Cylindrical-coordinate representation of color #38DCEE: hue angle of 185.93º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38DCEE is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 220 | 238 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.07 |
| HSL | 185.93º | 0.84% | 0.58% | - |
| HSV(B) | 185.93º | 0.76% | 0.93% | - |
| XYZ | 42.66 | 58.2 | 89.87 | - |
| YUV | 173.02 | 164.67 | 44.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 220 | 238 | 0.76 | 0.08 | 0 | 0.07 | 185.93 | 0.84 | 0.58 |
| Hex | 38 | DC | EE | 4C | 8 | 0 | 7 | BA | 54 | 3A |
| Octal | 70 | 334 | 356 | 114 | 10 | 0 | 7 | 272 | 124 | 72 |
| Binary | 111000 | 11011100 | 11101110 | 1001100 | 1000 | 0 | 111 | 10111010 | 1010100 | 111010 |
Color Harmonies of #38DCEE
Complementary color
Monochromatic Colors of #38DCEE
Black with #38DCEE
Text Example
Text Example
White with #38DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DCEE; }
p { color: rgb(56,220,238); }
H1.HeaderClassName
{
color: #38DCEE;
}
.AnyTagClassName
{
color: #38DCEE;
}
</style>
background-color css
<style>
a { background-color: #38DCEE; }
a { background-color: rgb(56,220,238); }
div.DivClassName
{
background-color: #38DCEE;
}
.BgClassName
{
background-color: #38DCEE;
}
</style>
border-color css
<style>
span { border-color: #38DCEE; }
span { border-color: rgb(56,220,238); }
td.TdClassName
{
border-color: #38DCEE;
}
.TagClassName
{
border-color: #38DCEE;
}
</style>