Shades of Turquoise #30F1CC
Tints of Turquoise #30F1CC
RGB
CMYK
RGB Variations
Color information
#30F1CC (or 0x30F1CC) is known color: Turquoise. HEX triplet: 30, F1 and CC. RGB value is (48,241,204). Sum of RGB (Red+Green+Blue) = 48+241+204=493 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.74% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #30F1CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F1CC is #CF0E33. Grayscale: #B3B3B3. Windows color (decimal): -13569588 or 13431088. OLE color: 13431088.
HSL color Cylindrical-coordinate representation of color #30F1CC: hue angle of 168.5º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F1CC is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 241 | 204 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.05 |
| HSL | 168.5º | 0.87% | 0.57% | - |
| HSV(B) | 168.5º | 0.8% | 0.95% | - |
| XYZ | 43.57 | 67.9 | 67.94 | - |
| YUV | 179.08 | 142.06 | 34.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 241 | 204 | 0.80 | 0 | 0.15 | 0.05 | 168.5 | 0.87 | 0.57 |
| Hex | 30 | F1 | CC | 50 | 0 | F | 5 | A8 | 57 | 39 |
| Octal | 60 | 361 | 314 | 120 | 0 | 17 | 5 | 250 | 127 | 71 |
| Binary | 110000 | 11110001 | 11001100 | 1010000 | 0 | 1111 | 101 | 10101000 | 1010111 | 111001 |
Color Harmonies of #30F1CC
Complementary color
Monochromatic Colors of #30F1CC
Black with #30F1CC
Text Example
Text Example
White with #30F1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F1CC; }
p { color: rgb(48,241,204); }
H1.HeaderClassName
{
color: #30F1CC;
}
.AnyTagClassName
{
color: #30F1CC;
}
</style>
background-color css
<style>
a { background-color: #30F1CC; }
a { background-color: rgb(48,241,204); }
div.DivClassName
{
background-color: #30F1CC;
}
.BgClassName
{
background-color: #30F1CC;
}
</style>
border-color css
<style>
span { border-color: #30F1CC; }
span { border-color: rgb(48,241,204); }
td.TdClassName
{
border-color: #30F1CC;
}
.TagClassName
{
border-color: #30F1CC;
}
</style>