#30BEC5

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

Shades of Medium Turquoise #30BEC5

Tints of Medium Turquoise #30BEC5

Color information

#30BEC5 (or 0x30BEC5) is unknown color: approx Medium Turquoise. HEX triplet: 30, BE and C5. RGB value is (48,190,197). Sum of RGB (Red+Green+Blue) = 48+190+197=435 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.03% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 197 (77.34% from 255 or 45.29% from 435); Max value from RGB is 197 - color contains mainly: blue. Hex color #30BEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BEC5 is #CF413A. Grayscale: #949494. Windows color (decimal): -13582651 or 12959280. OLE color: 12959280.

HSL color Cylindrical-coordinate representation of color #30BEC5: hue angle of 182.82º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30BEC5 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB48190197-
CMYK0.760.0400.23
HSL182.82º60.82%48.04%-
HSV(B)182.82º75.63%77.25%-
XYZ29.7141.4959.27-
YUV148.34155.4656.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.03%
GREEN value IS 190 (74.61% from 255) = 43.68%
BLUE value IS 197 (77.34% from 255) = 45.29%
R=11.03%
G=43.68%
B=45.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal481901970.760.0400.23182.8260.8248.04
Hex30BEC54C4017b73d30
Octal6027630511440272677560
Binary1100001011111011000101100110010001011110110111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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