#30F2BE

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

Shades of Turquoise #30F2BE

Tints of Turquoise #30F2BE

Color information

#30F2BE (or 0x30F2BE) is unknown color: approx Turquoise. HEX triplet: 30, F2 and BE. RGB value is (48,242,190). Sum of RGB (Red+Green+Blue) = 48+242+190=480 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10% from 480); Green value is 242 (94.92% from 255 or 50.42% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 242 - color contains mainly: green. Hex color #30F2BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F2BE is #CF0D41. Grayscale: #B2B2B2. Windows color (decimal): -13569346 or 12513840. OLE color: 12513840.

HSL color Cylindrical-coordinate representation of color #30F2BE: hue angle of 163.92º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F2BE is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB48242190-
CMYK0.8000.210.05
HSL163.92º88.18%56.86%-
HSV(B)163.92º80.17%94.9%-
XYZ42.2767.8559.58-
YUV178.07134.7335.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10%
GREEN value IS 242 (94.92% from 255) = 50.42%
BLUE value IS 190 (74.61% from 255) = 39.58%
R=10%
G=50.42%
B=39.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal482421900.8000.210.05163.9288.1856.86
Hex30F2BE500155a45839
Octal60362276120025524413071
Binary11000011110010101111101010000010101101101001001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,242,190); }

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

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

 a { background-color: rgb(48,242,190); }

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

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

 span { border-color: rgb(48,242,190); }

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