Shades of Turquoise #30FBCD
Tints of Turquoise #30FBCD
RGB
CMYK
RGB Variations
Color information
#30FBCD (or 0x30FBCD) is known color: Turquoise. HEX triplet: 30, FB and CD. RGB value is (48,251,205). Sum of RGB (Red+Green+Blue) = 48+251+205=504 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.52% from 504); Green value is 251 (98.44% from 255 or 49.80% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 251 - color contains mainly: green. Hex color #30FBCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FBCD is #CF0432. Grayscale: #B9B9B9. Windows color (decimal): -13567027 or 13499184. OLE color: 13499184.
HSL color Cylindrical-coordinate representation of color #30FBCD: hue angle of 166.4º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FBCD is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 251 | 205 | - |
| CMYK | 0.81 | 0 | 0.18 | 0.02 |
| HSL | 166.4º | 0.96% | 0.59% | - |
| HSV(B) | 166.4º | 0.81% | 0.98% | - |
| XYZ | 46.74 | 74.03 | 69.58 | - |
| YUV | 185.06 | 139.25 | 30.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 251 | 205 | 0.81 | 0 | 0.18 | 0.02 | 166.4 | 0.96 | 0.59 |
| Hex | 30 | FB | CD | 51 | 0 | 12 | 2 | A6 | 60 | 3B |
| Octal | 60 | 373 | 315 | 121 | 0 | 22 | 2 | 246 | 140 | 73 |
| Binary | 110000 | 11111011 | 11001101 | 1010001 | 0 | 10010 | 10 | 10100110 | 1100000 | 111011 |
Color Harmonies of #30FBCD
Complementary color
Monochromatic Colors of #30FBCD
Black with #30FBCD
Text Example
Text Example
White with #30FBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FBCD; }
p { color: rgb(48,251,205); }
H1.HeaderClassName
{
color: #30FBCD;
}
.AnyTagClassName
{
color: #30FBCD;
}
</style>
background-color css
<style>
a { background-color: #30FBCD; }
a { background-color: rgb(48,251,205); }
div.DivClassName
{
background-color: #30FBCD;
}
.BgClassName
{
background-color: #30FBCD;
}
</style>
border-color css
<style>
span { border-color: #30FBCD; }
span { border-color: rgb(48,251,205); }
td.TdClassName
{
border-color: #30FBCD;
}
.TagClassName
{
border-color: #30FBCD;
}
</style>