#30EDBA

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

Shades of Turquoise #30EDBA

Tints of Turquoise #30EDBA

Color information

#30EDBA (or 0x30EDBA) is unknown color: approx Turquoise. HEX triplet: 30, ED and BA. RGB value is (48,237,186). Sum of RGB (Red+Green+Blue) = 48+237+186=471 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.19% from 471); Green value is 237 (92.97% from 255 or 50.32% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 237 - color contains mainly: green. Hex color #30EDBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EDBA is #CF1245. Grayscale: #AEAEAE. Windows color (decimal): -13570630 or 12250416. OLE color: 12250416.

HSL color Cylindrical-coordinate representation of color #30EDBA: hue angle of 163.81º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EDBA is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB48237186-
CMYK0.8000.220.07
HSL163.81º84%55.88%-
HSV(B)163.81º79.75%92.94%-
XYZ40.3764.7456.82-
YUV174.68134.3837.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.19%
GREEN value IS 237 (92.97% from 255) = 50.32%
BLUE value IS 186 (73.05% from 255) = 39.49%
R=10.19%
G=50.32%
B=39.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal482371860.8000.220.07163.818455.88
Hex30EDBA500167a45438
Octal60355272120026724412470
Binary11000011101101101110101010000010110111101001001010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30EDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,237,186); }

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

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

 a { background-color: rgb(48,237,186); }

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

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

 span { border-color: rgb(48,237,186); }

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