Shades of Turquoise #30EAF5
Tints of Turquoise #30EAF5
RGB
CMYK
RGB Variations
Color information
#30EAF5 (or 0x30EAF5) is known color: Turquoise. HEX triplet: 30, EA and F5. RGB value is (48,234,245). Sum of RGB (Red+Green+Blue) = 48+234+245=527 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.11% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 245 (96.09% from 255 or 46.49% from 527); Max value from RGB is 245 - color contains mainly: blue. Hex color #30EAF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30EAF5 is #CF150A. Grayscale: #B3B3B3. Windows color (decimal): -13571339 or 16116272. OLE color: 16116272.
HSL color Cylindrical-coordinate representation of color #30EAF5: hue angle of 183.35º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EAF5 is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 234 | 245 | - |
| CMYK | 0.80 | 0.04 | 0 | 0.04 |
| HSL | 183.35º | 0.91% | 0.57% | - |
| HSV(B) | 183.35º | 0.8% | 0.96% | - |
| XYZ | 47.12 | 66.07 | 96.65 | - |
| YUV | 179.64 | 164.88 | 34.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 234 | 245 | 0.80 | 0.04 | 0 | 0.04 | 183.35 | 0.91 | 0.57 |
| Hex | 30 | EA | F5 | 50 | 4 | 0 | 4 | B7 | 5B | 39 |
| Octal | 60 | 352 | 365 | 120 | 4 | 0 | 4 | 267 | 133 | 71 |
| Binary | 110000 | 11101010 | 11110101 | 1010000 | 100 | 0 | 100 | 10110111 | 1011011 | 111001 |
Color Harmonies of #30EAF5
Complementary color
Monochromatic Colors of #30EAF5
Black with #30EAF5
Text Example
Text Example
White with #30EAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EAF5; }
p { color: rgb(48,234,245); }
H1.HeaderClassName
{
color: #30EAF5;
}
.AnyTagClassName
{
color: #30EAF5;
}
</style>
background-color css
<style>
a { background-color: #30EAF5; }
a { background-color: rgb(48,234,245); }
div.DivClassName
{
background-color: #30EAF5;
}
.BgClassName
{
background-color: #30EAF5;
}
</style>
border-color css
<style>
span { border-color: #30EAF5; }
span { border-color: rgb(48,234,245); }
td.TdClassName
{
border-color: #30EAF5;
}
.TagClassName
{
border-color: #30EAF5;
}
</style>