Shades of Turquoise #38EECB
Tints of Turquoise #38EECB
RGB
CMYK
RGB Variations
Color information
#38EECB (or 0x38EECB) is known color: Turquoise. HEX triplet: 38, EE and CB. RGB value is (56,238,203). Sum of RGB (Red+Green+Blue) = 56+238+203=497 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.27% from 497); Green value is 238 (93.36% from 255 or 47.89% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 238 - color contains mainly: green. Hex color #38EECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EECB is #C71134. Grayscale: #B3B3B3. Windows color (decimal): -13046069 or 13364792. OLE color: 13364792.
HSL color Cylindrical-coordinate representation of color #38EECB: hue angle of 168.46º 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 #38EECB is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 238 | 203 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.07 |
| HSL | 168.46º | 0.84% | 0.58% | - |
| HSV(B) | 168.46º | 0.76% | 0.93% | - |
| XYZ | 42.98 | 66.3 | 67.03 | - |
| YUV | 179.59 | 141.2 | 39.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 238 | 203 | 0.76 | 0 | 0.15 | 0.07 | 168.46 | 0.84 | 0.58 |
| Hex | 38 | EE | CB | 4C | 0 | F | 7 | A8 | 54 | 3A |
| Octal | 70 | 356 | 313 | 114 | 0 | 17 | 7 | 250 | 124 | 72 |
| Binary | 111000 | 11101110 | 11001011 | 1001100 | 0 | 1111 | 111 | 10101000 | 1010100 | 111010 |
Color Harmonies of #38EECB
Complementary color
Monochromatic Colors of #38EECB
Black with #38EECB
Text Example
Text Example
White with #38EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EECB; }
p { color: rgb(56,238,203); }
H1.HeaderClassName
{
color: #38EECB;
}
.AnyTagClassName
{
color: #38EECB;
}
</style>
background-color css
<style>
a { background-color: #38EECB; }
a { background-color: rgb(56,238,203); }
div.DivClassName
{
background-color: #38EECB;
}
.BgClassName
{
background-color: #38EECB;
}
</style>
border-color css
<style>
span { border-color: #38EECB; }
span { border-color: rgb(56,238,203); }
td.TdClassName
{
border-color: #38EECB;
}
.TagClassName
{
border-color: #38EECB;
}
</style>