Shades of Medium Turquoise #48CCD2
Tints of Medium Turquoise #48CCD2
RGB
CMYK
RGB Variations
Color information
#48CCD2 (or 0x48CCD2) is known color: Medium Turquoise. HEX triplet: 48, CC and D2. RGB value is (72,204,210). Sum of RGB (Red+Green+Blue) = 72+204+210=486 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.81% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 210 (82.42% from 255 or 43.21% from 486); Max value from RGB is 210 - color contains mainly: blue. Hex color #48CCD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CCD2 is #B7332D. Grayscale: #A5A5A5. Windows color (decimal): -12006190 or 13814856. OLE color: 13814856.
HSL color Cylindrical-coordinate representation of color #48CCD2: hue angle of 182.61º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48CCD2 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 204 | 210 | - |
| CMYK | 0.66 | 0.03 | 0 | 0.18 |
| HSL | 182.61º | 0.61% | 0.55% | - |
| HSV(B) | 182.61º | 0.66% | 0.82% | - |
| XYZ | 35.9 | 49.22 | 68.58 | - |
| YUV | 165.22 | 153.27 | 61.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 204 | 210 | 0.66 | 0.03 | 0 | 0.18 | 182.61 | 0.61 | 0.55 |
| Hex | 48 | CC | D2 | 42 | 3 | 0 | 12 | B7 | 3D | 37 |
| Octal | 110 | 314 | 322 | 102 | 3 | 0 | 22 | 267 | 75 | 67 |
| Binary | 1001000 | 11001100 | 11010010 | 1000010 | 11 | 0 | 10010 | 10110111 | 111101 | 110111 |
Color Harmonies of #48CCD2
Complementary color
Monochromatic Colors of #48CCD2
Black with #48CCD2
Text Example
Text Example
White with #48CCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CCD2; }
p { color: rgb(72,204,210); }
H1.HeaderClassName
{
color: #48CCD2;
}
.AnyTagClassName
{
color: #48CCD2;
}
</style>
background-color css
<style>
a { background-color: #48CCD2; }
a { background-color: rgb(72,204,210); }
div.DivClassName
{
background-color: #48CCD2;
}
.BgClassName
{
background-color: #48CCD2;
}
</style>
border-color css
<style>
span { border-color: #48CCD2; }
span { border-color: rgb(72,204,210); }
td.TdClassName
{
border-color: #48CCD2;
}
.TagClassName
{
border-color: #48CCD2;
}
</style>