Shades of Medium Turquoise #48CFCB
Tints of Medium Turquoise #48CFCB
RGB
CMYK
RGB Variations
Color information
#48CFCB (or 0x48CFCB) is known color: Medium Turquoise. HEX triplet: 48, CF and CB. RGB value is (72,207,203). Sum of RGB (Red+Green+Blue) = 72+207+203=482 (63% of max value = 765). Red value is 72 (28.52% from 255 or 14.94% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #48CFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CFCB is #B73034. Grayscale: #A6A6A6. Windows color (decimal): -12005429 or 13356872. OLE color: 13356872.
HSL color Cylindrical-coordinate representation of color #48CFCB: hue angle of 178.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CFCB is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 207 | 203 | - |
| CMYK | 0.65 | 0 | 0.02 | 0.19 |
| HSL | 178.22º | 0.58% | 0.55% | - |
| HSV(B) | 178.22º | 0.65% | 0.81% | - |
| XYZ | 35.76 | 50.32 | 64.33 | - |
| YUV | 166.18 | 148.77 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 207 | 203 | 0.65 | 0 | 0.02 | 0.19 | 178.22 | 0.58 | 0.55 |
| Hex | 48 | CF | CB | 41 | 0 | 2 | 13 | B2 | 3A | 37 |
| Octal | 110 | 317 | 313 | 101 | 0 | 2 | 23 | 262 | 72 | 67 |
| Binary | 1001000 | 11001111 | 11001011 | 1000001 | 0 | 10 | 10011 | 10110010 | 111010 | 110111 |
Color Harmonies of #48CFCB
Complementary color
Monochromatic Colors of #48CFCB
Black with #48CFCB
Text Example
Text Example
White with #48CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CFCB; }
p { color: rgb(72,207,203); }
H1.HeaderClassName
{
color: #48CFCB;
}
.AnyTagClassName
{
color: #48CFCB;
}
</style>
background-color css
<style>
a { background-color: #48CFCB; }
a { background-color: rgb(72,207,203); }
div.DivClassName
{
background-color: #48CFCB;
}
.BgClassName
{
background-color: #48CFCB;
}
</style>
border-color css
<style>
span { border-color: #48CFCB; }
span { border-color: rgb(72,207,203); }
td.TdClassName
{
border-color: #48CFCB;
}
.TagClassName
{
border-color: #48CFCB;
}
</style>