Shades of Turquoise #38FCCB
Tints of Turquoise #38FCCB
RGB
CMYK
RGB Variations
Color information
#38FCCB (or 0x38FCCB) is known color: Turquoise. HEX triplet: 38, FC and CB. RGB value is (56,252,203). Sum of RGB (Red+Green+Blue) = 56+252+203=511 (67% of max value = 765). Red value is 56 (22.27% from 255 or 10.96% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 252 - color contains mainly: green. Hex color #38FCCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FCCB is #C70334. Grayscale: #BBBBBB. Windows color (decimal): -13042485 or 13368376. OLE color: 13368376.
HSL color Cylindrical-coordinate representation of color #38FCCB: hue angle of 165º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FCCB is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 252 | 203 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.01 |
| HSL | 165º | 0.97% | 0.6% | - |
| HSV(B) | 165º | 0.78% | 0.99% | - |
| XYZ | 47.22 | 74.77 | 68.44 | - |
| YUV | 187.81 | 136.57 | 33.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 252 | 203 | 0.78 | 0 | 0.19 | 0.01 | 165 | 0.97 | 0.6 |
| Hex | 38 | FC | CB | 4E | 0 | 13 | 1 | A5 | 61 | 3C |
| Octal | 70 | 374 | 313 | 116 | 0 | 23 | 1 | 245 | 141 | 74 |
| Binary | 111000 | 11111100 | 11001011 | 1001110 | 0 | 10011 | 1 | 10100101 | 1100001 | 111100 |
Color Harmonies of #38FCCB
Complementary color
Monochromatic Colors of #38FCCB
Black with #38FCCB
Text Example
Text Example
White with #38FCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FCCB; }
p { color: rgb(56,252,203); }
H1.HeaderClassName
{
color: #38FCCB;
}
.AnyTagClassName
{
color: #38FCCB;
}
</style>
background-color css
<style>
a { background-color: #38FCCB; }
a { background-color: rgb(56,252,203); }
div.DivClassName
{
background-color: #38FCCB;
}
.BgClassName
{
background-color: #38FCCB;
}
</style>
border-color css
<style>
span { border-color: #38FCCB; }
span { border-color: rgb(56,252,203); }
td.TdClassName
{
border-color: #38FCCB;
}
.TagClassName
{
border-color: #38FCCB;
}
</style>