Shades of Turquoise #30FDF2
Tints of Turquoise #30FDF2
RGB
CMYK
RGB Variations
Color information
#30FDF2 (or 0x30FDF2) is known color: Turquoise. HEX triplet: 30, FD and F2. RGB value is (48,253,242). Sum of RGB (Red+Green+Blue) = 48+253+242=543 (71% of max value = 765). Red value is 48 (19.14% from 255 or 8.84% from 543); Green value is 253 (99.22% from 255 or 46.59% from 543); Blue value is 242 (94.92% from 255 or 44.57% from 543); Max value from RGB is 253 - color contains mainly: green. Hex color #30FDF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30FDF2 is #CF020D. Grayscale: #BEBEBE. Windows color (decimal): -13566478 or 15924528. OLE color: 15924528.
HSL color Cylindrical-coordinate representation of color #30FDF2: hue angle of 176.78º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FDF2 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 253 | 242 | - |
| CMYK | 0.81 | 0 | 0.04 | 0.01 |
| HSL | 176.78º | 0.98% | 0.59% | - |
| HSV(B) | 176.78º | 0.81% | 0.99% | - |
| XYZ | 52.37 | 77.29 | 96.16 | - |
| YUV | 190.45 | 157.08 | 26.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 253 | 242 | 0.81 | 0 | 0.04 | 0.01 | 176.78 | 0.98 | 0.59 |
| Hex | 30 | FD | F2 | 51 | 0 | 4 | 1 | B1 | 62 | 3B |
| Octal | 60 | 375 | 362 | 121 | 0 | 4 | 1 | 261 | 142 | 73 |
| Binary | 110000 | 11111101 | 11110010 | 1010001 | 0 | 100 | 1 | 10110001 | 1100010 | 111011 |
Color Harmonies of #30FDF2
Complementary color
Monochromatic Colors of #30FDF2
Black with #30FDF2
Text Example
Text Example
White with #30FDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FDF2; }
p { color: rgb(48,253,242); }
H1.HeaderClassName
{
color: #30FDF2;
}
.AnyTagClassName
{
color: #30FDF2;
}
</style>
background-color css
<style>
a { background-color: #30FDF2; }
a { background-color: rgb(48,253,242); }
div.DivClassName
{
background-color: #30FDF2;
}
.BgClassName
{
background-color: #30FDF2;
}
</style>
border-color css
<style>
span { border-color: #30FDF2; }
span { border-color: rgb(48,253,242); }
td.TdClassName
{
border-color: #30FDF2;
}
.TagClassName
{
border-color: #30FDF2;
}
</style>