Shades of Turquoise #38FBCB
Tints of Turquoise #38FBCB
RGB
CMYK
RGB Variations
Color information
#38FBCB (or 0x38FBCB) is known color: Turquoise. HEX triplet: 38, FB and CB. RGB value is (56,251,203). Sum of RGB (Red+Green+Blue) = 56+251+203=510 (67% of max value = 765). Red value is 56 (22.27% from 255 or 10.98% from 510); Green value is 251 (98.44% from 255 or 49.22% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 251 - color contains mainly: green. Hex color #38FBCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FBCB is #C70434. Grayscale: #BBBBBB. Windows color (decimal): -13042741 or 13368120. OLE color: 13368120.
HSL color Cylindrical-coordinate representation of color #38FBCB: hue angle of 165.23º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FBCB is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 251 | 203 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.02 |
| HSL | 165.23º | 0.96% | 0.6% | - |
| HSV(B) | 165.23º | 0.78% | 0.98% | - |
| XYZ | 46.91 | 74.15 | 68.34 | - |
| YUV | 187.22 | 136.9 | 34.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 251 | 203 | 0.78 | 0 | 0.19 | 0.02 | 165.23 | 0.96 | 0.6 |
| Hex | 38 | FB | CB | 4E | 0 | 13 | 2 | A5 | 60 | 3C |
| Octal | 70 | 373 | 313 | 116 | 0 | 23 | 2 | 245 | 140 | 74 |
| Binary | 111000 | 11111011 | 11001011 | 1001110 | 0 | 10011 | 10 | 10100101 | 1100000 | 111100 |
Color Harmonies of #38FBCB
Complementary color
Monochromatic Colors of #38FBCB
Black with #38FBCB
Text Example
Text Example
White with #38FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FBCB; }
p { color: rgb(56,251,203); }
H1.HeaderClassName
{
color: #38FBCB;
}
.AnyTagClassName
{
color: #38FBCB;
}
</style>
background-color css
<style>
a { background-color: #38FBCB; }
a { background-color: rgb(56,251,203); }
div.DivClassName
{
background-color: #38FBCB;
}
.BgClassName
{
background-color: #38FBCB;
}
</style>
border-color css
<style>
span { border-color: #38FBCB; }
span { border-color: rgb(56,251,203); }
td.TdClassName
{
border-color: #38FBCB;
}
.TagClassName
{
border-color: #38FBCB;
}
</style>