#30F5BB

Color #30F5BB Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #30F5BB

Tints of Turquoise #30F5BB

Color information

#30F5BB (or 0x30F5BB) is unknown color: approx Turquoise. HEX triplet: 30, F5 and BB. RGB value is (48,245,187). Sum of RGB (Red+Green+Blue) = 48+245+187=480 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10% from 480); Green value is 245 (96.09% from 255 or 51.04% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 245 - color contains mainly: green. Hex color #30F5BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F5BB is #CF0A44. Grayscale: #B3B3B3. Windows color (decimal): -13568581 or 12318000. OLE color: 12318000.

HSL color Cylindrical-coordinate representation of color #30F5BB: hue angle of 162.34º 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 #30F5BB is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB48245187-
CMYK0.8000.240.04
HSL162.34º90.78%57.45%-
HSV(B)162.34º80.41%96.08%-
XYZ42.8469.5258.17-
YUV179.48132.2334.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 10%
GREEN value IS 245 (96.09% from 255) = 51.04%
BLUE value IS 187 (73.44% from 255) = 38.96%
R=10%
G=51.04%
B=38.96%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal482451870.8000.240.04162.3490.7857.45
Hex30F5BB500184a25b39
Octal60365273120030424213371
Binary11000011110101101110111010000011000100101000101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30F5BB; }

 p { color: rgb(48,245,187); }

 H1.HeaderClassName
 {
   color: #30F5BB;
 }
 .AnyTagClassName
 {
   color: #30F5BB;
 }
</style>
background-color css

<style>
 a { background-color: #30F5BB; }

 a { background-color: rgb(48,245,187); }

 div.DivClassName
 {
   background-color: #30F5BB;
 }
 .BgClassName
 {
   background-color: #30F5BB;
 }
</style>
border-color css

<style>
 span { border-color: #30F5BB; }

 span { border-color: rgb(48,245,187); }

 td.TdClassName
 {
   border-color: #30F5BB;
 }
 .TagClassName
 {
   border-color: #30F5BB;
 }
</style>