#30E6BC

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

Shades of Turquoise #30E6BC

Tints of Turquoise #30E6BC

Color information

#30E6BC (or 0x30E6BC) is unknown color: approx Turquoise. HEX triplet: 30, E6 and BC. RGB value is (48,230,188). Sum of RGB (Red+Green+Blue) = 48+230+188=466 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.30% from 466); Green value is 230 (90.23% from 255 or 49.36% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 230 - color contains mainly: green. Hex color #30E6BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30E6BC is #CF1943. Grayscale: #AAAAAA. Windows color (decimal): -13572420 or 12379696. OLE color: 12379696.

HSL color Cylindrical-coordinate representation of color #30E6BC: hue angle of 166.15º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E6BC is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB48230188-
CMYK0.7900.180.10
HSL166.15º78.45%54.51%-
HSV(B)166.15º79.13%90.2%-
XYZ38.5960.8557.29-
YUV170.79137.740.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.30%
GREEN value IS 230 (90.23% from 255) = 49.36%
BLUE value IS 188 (73.83% from 255) = 40.34%
R=10.30%
G=49.36%
B=40.34%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal482301880.7900.180.10166.1578.4554.51
Hex30E6BC4F012Aa64e37
Octal603462741170221224611667
Binary110000111001101011110010011110100101010101001101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30E6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,230,188); }

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

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

 a { background-color: rgb(48,230,188); }

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

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

 span { border-color: rgb(48,230,188); }

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