#30EFBF

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

Shades of Turquoise #30EFBF

Tints of Turquoise #30EFBF

Color information

#30EFBF (or 0x30EFBF) is unknown color: approx Turquoise. HEX triplet: 30, EF and BF. RGB value is (48,239,191). Sum of RGB (Red+Green+Blue) = 48+239+191=478 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.04% from 478); Green value is 239 (93.75% from 255 or 50% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 239 - color contains mainly: green. Hex color #30EFBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EFBF is #CF1040. Grayscale: #B0B0B0. Windows color (decimal): -13570113 or 12578608. OLE color: 12578608.

HSL color Cylindrical-coordinate representation of color #30EFBF: hue angle of 164.92º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EFBF is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB48239191-
CMYK0.8000.200.06
HSL164.92º85.65%56.27%-
HSV(B)164.92º79.92%93.73%-
XYZ41.4966.1259.87-
YUV176.42136.2236.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.04%
GREEN value IS 239 (93.75% from 255) = 50%
BLUE value IS 191 (75% from 255) = 39.96%
R=10.04%
G=50%
B=39.96%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal482391910.8000.200.06164.9285.6556.27
Hex30EFBF500146a55638
Octal60357277120024624512670
Binary11000011101111101111111010000010100110101001011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30EFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,239,191); }

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

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

 a { background-color: rgb(48,239,191); }

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

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

 span { border-color: rgb(48,239,191); }

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