Shades of Turquoise #30EAFB
Tints of Turquoise #30EAFB
RGB
CMYK
RGB Variations
Color information
#30EAFB (or 0x30EAFB) is known color: Turquoise. HEX triplet: 30, EA and FB. RGB value is (48,234,251). Sum of RGB (Red+Green+Blue) = 48+234+251=533 (70% of max value = 765). Red value is 48 (19.14% from 255 or 9.01% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #30EAFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30EAFB is #CF1504. Grayscale: #B4B4B4. Windows color (decimal): -13571333 or 16509488. OLE color: 16509488.
HSL color Cylindrical-coordinate representation of color #30EAFB: hue angle of 185.02º 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 #30EAFB is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 234 | 251 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.02 |
| HSL | 185.02º | 0.96% | 0.59% | - |
| HSV(B) | 185.02º | 0.81% | 0.98% | - |
| XYZ | 48.05 | 66.44 | 101.56 | - |
| YUV | 180.32 | 167.88 | 33.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 234 | 251 | 0.81 | 0.07 | 0 | 0.02 | 185.02 | 0.96 | 0.59 |
| Hex | 30 | EA | FB | 51 | 7 | 0 | 2 | B9 | 60 | 3B |
| Octal | 60 | 352 | 373 | 121 | 7 | 0 | 2 | 271 | 140 | 73 |
| Binary | 110000 | 11101010 | 11111011 | 1010001 | 111 | 0 | 10 | 10111001 | 1100000 | 111011 |
Color Harmonies of #30EAFB
Complementary color
Monochromatic Colors of #30EAFB
Black with #30EAFB
Text Example
Text Example
White with #30EAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EAFB; }
p { color: rgb(48,234,251); }
H1.HeaderClassName
{
color: #30EAFB;
}
.AnyTagClassName
{
color: #30EAFB;
}
</style>
background-color css
<style>
a { background-color: #30EAFB; }
a { background-color: rgb(48,234,251); }
div.DivClassName
{
background-color: #30EAFB;
}
.BgClassName
{
background-color: #30EAFB;
}
</style>
border-color css
<style>
span { border-color: #30EAFB; }
span { border-color: rgb(48,234,251); }
td.TdClassName
{
border-color: #30EAFB;
}
.TagClassName
{
border-color: #30EAFB;
}
</style>