Shades of Turquoise #30EDFC
Tints of Turquoise #30EDFC
RGB
CMYK
RGB Variations
Color information
#30EDFC (or 0x30EDFC) is known color: Turquoise. HEX triplet: 30, ED and FC. RGB value is (48,237,252). Sum of RGB (Red+Green+Blue) = 48+237+252=537 (71% of max value = 765). Red value is 48 (19.14% from 255 or 8.94% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #30EDFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30EDFC is #CF1203. Grayscale: #B5B5B5. Windows color (decimal): -13570564 or 16575792. OLE color: 16575792.
HSL color Cylindrical-coordinate representation of color #30EDFC: hue angle of 184.41º degrees, saturation: 0.97, 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 #30EDFC is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 237 | 252 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.01 |
| HSL | 184.41º | 0.97% | 0.59% | - |
| HSV(B) | 184.41º | 0.81% | 0.99% | - |
| XYZ | 49.07 | 68.23 | 102.68 | - |
| YUV | 182.2 | 167.38 | 32.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 237 | 252 | 0.81 | 0.06 | 0 | 0.01 | 184.41 | 0.97 | 0.59 |
| Hex | 30 | ED | FC | 51 | 6 | 0 | 1 | B8 | 61 | 3B |
| Octal | 60 | 355 | 374 | 121 | 6 | 0 | 1 | 270 | 141 | 73 |
| Binary | 110000 | 11101101 | 11111100 | 1010001 | 110 | 0 | 1 | 10111000 | 1100001 | 111011 |
Color Harmonies of #30EDFC
Complementary color
Monochromatic Colors of #30EDFC
Black with #30EDFC
Text Example
Text Example
White with #30EDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EDFC; }
p { color: rgb(48,237,252); }
H1.HeaderClassName
{
color: #30EDFC;
}
.AnyTagClassName
{
color: #30EDFC;
}
</style>
background-color css
<style>
a { background-color: #30EDFC; }
a { background-color: rgb(48,237,252); }
div.DivClassName
{
background-color: #30EDFC;
}
.BgClassName
{
background-color: #30EDFC;
}
</style>
border-color css
<style>
span { border-color: #30EDFC; }
span { border-color: rgb(48,237,252); }
td.TdClassName
{
border-color: #30EDFC;
}
.TagClassName
{
border-color: #30EDFC;
}
</style>